]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
authorastrange <astrange@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 19 Dec 2008 01:11:52 +0000 (01:11 +0000)
committerastrange <astrange@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 19 Dec 2008 01:11:52 +0000 (01:11 +0000)
commit69237145a9f385450d150a5b15c7fd809552a3f4
treef975f81a73b268244aa45e3f1cb9a55d1a14e822
parentd28c772c59f62cb08b8059fccaad8810b08578d8
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16230 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/h264.c