[FFmpeg-devel] [PATCH] bug in mp3_parse_vbr_tags()

Andreas Öman andreas
Sun Nov 4 16:38:26 CET 2007


Hi

It's unsafe to call ff_mpegaudio_decode_header()
without first checking the header with ff_mpa_check_header()
(particularly if sample_rate_index evaluates to 3)
Attached patch fixes this.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mp3check.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071104/acc78178/attachment.bin>



More information about the ffmpeg-devel mailing list