ffmpegdec: do buffer padding before parsing and before decoding
authorMiguel Angel Cabrera Moya <madmac2501@gmail.com>
Mon, 4 Apr 2011 14:37:42 +0000 (16:37 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 5 Apr 2011 12:14:38 +0000 (14:14 +0200)
commitf63d36ade8fffc4a480d4637cf6649cee3dbac77
tree0312e4ab3ad159a36c6c330ad5ea62533d340380
parent2289cc2d5badc8dba147d3e49361c184c4fcc8d6
ffmpegdec: do buffer padding before parsing and before decoding

FFMpeg parsing and decoding calls require to additionally allocate bytes
at the end of the input bitstream and this padding must be initialized
to zero.

https://bugzilla.gnome.org/show_bug.cgi?id=595590
ext/ffmpeg/gstffmpegdec.c