]> git.sesse.net Git - ffmpeg/commit
Check mp3 header before calling avpriv_mpegaudio_decode_header().
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 22 Jun 2014 17:19:36 +0000 (13:19 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 23 Jun 2014 00:31:58 +0000 (20:31 -0400)
commitf2f2e7627f0c878d13275af5d166ec5932665e28
tree941b6688d11ec10778656d36d44d8aee6b9a9854
parent44127546b0a81dc9dd6190739a62d48f0044c6f3
Check mp3 header before calling avpriv_mpegaudio_decode_header().

As indicated in the function documentation, the header MUST be
checked prior to calling it because no consistency check is done
there.

CC:libav-stable@libav.org
libavcodec/libmp3lame.c
libavformat/mp3enc.c