OSDN Git Service

motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse the...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Oct 2012 23:20:27 +0000 (01:20 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Oct 2012 23:20:27 +0000 (01:20 +0200)
commit05b0337025f629d0a6c6321147f06d0da5e32a62
tree11d7ca4e08838930db2779abc34f7d759fe12e92
parentdf727d408c7e4aa7709ca62e3f693b98eac6213c
motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse the last.

reusing the last would use uninitialized data, this should be
impossible currently, but better to check by assert.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/motionpixels.c