mirror of https://github.com/FFmpeg/FFmpeg.git
avformat/ac3dec: Fix to prevent runaway ac3 detection by looking at the actual frame rather than the first detected frame.
When detecting a swapped AC3 marker the data of the frame is swapped. However, in subsequent frames the data swapped is taken from the first frame rather than the current frame. Signed-off-by: Marijn Meijles <marijn@bitpit.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/249/head
parent
65862f57ad
commit
227d602bb3
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue