Skip to content
Snippets Groups Projects
Commit 50059bde authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

MOV: Fix old-style muxed raw-audio data.


This patch fixes the sample from trac issue #522.
The issue is that the mov demuxer insists on using its
calculated sample_size (which is nonsense for old-style tracks)
instead of the one encoded in the track.
The old raw audio code should be using the value in stsz, because
the size of a single sample never makes sense for the size of
a full audio packet, whereas the new code will multiply the
sample size by the chunk size, so it should use the calculated value.

Signed-off-by: default avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent e0ad7f74
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment