Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
authorAlexander Strange <astrange@ithinksw.com>
Fri, 19 Dec 2008 01:11:52 +0000 (01:11 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Fri, 19 Dec 2008 01:11:52 +0000 (01:11 +0000)
commitd43696309a64a19e2e738f9e7aa94f6c96409aee
tree9972c8bae1ef9976fa7fda0c0daa8437ae04dc57
parent1ca610c0152f31847ab760fda1fb147692f31e7e
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.

Fixes valgrind uninitialized value warnings at the end of decoding H.264
frames.

Originally committed as revision 16230 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c