[FFmpeg-cvslog] Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'

Michael Niedermayer git at videolan.org
Thu Nov 28 10:57:35 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Nov 28 10:21:37 2013 +0100| [0a5ca63c24b8a07f94611637ba29e41b8b47ce24] | committer: Michael Niedermayer

Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'

* commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d':
  h264_refs: make sure not to write over the bounds of the default ref list

Conflicts:
	libavcodec/h264_refs.c

This condition should be impossible and was checked for by asserts.
the asserts are moved up in this merge to gurantee that no out of array
access can happen even if the state is "impossible".
Also if such impossible states could somehow be created, that should
be dealt with and not silently ignored.

Merged-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a5ca63c24b8a07f94611637ba29e41b8b47ce24
---





More information about the ffmpeg-cvslog mailing list