ad_ffmpeg: add missing extradata padding
commit0cb63ea722b4677808f3518b0baec3998874e1a9
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 2 Feb 2011 07:13:14 +0000 (2 09:13 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 2 Feb 2011 07:13:14 +0000 (2 09:13 +0200)
treea4e9bc6bbbb431ebfd554621b42ad09eb1e46964
parentdbb47bb2ec69abe56707324332233e4040f420df
ad_ffmpeg: add missing extradata padding

One of two alternative code parts passing codec extradata to
libavcodec didn't add the buffer padding that libavcodec requires,
resulting in invalid reads beoynd allocated memory area. Fix.
libmpcodecs/ad_ffmpeg.c