]> git.sesse.net Git - ffmpeg/commit
prores: Extend the padding check to 16bit
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 25 Feb 2015 14:29:15 +0000 (15:29 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 2 Mar 2015 10:27:57 +0000 (11:27 +0100)
commitdbc1163b203b175d246b7454c32ac176f84006d1
tree24c50a5de76a977d426e73872e49462246dd7ce2
parent4f6cd883f06f7893a2b60a41e7a4f8ae633dac2f
prores: Extend the padding check to 16bit

Some files produced by the official encoder have up to 16bit of
padding instead of the expected padding to the byte.

Use a self-explanatory macro instead of a simple number.

CC: libav-stable@libav.org
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/proresdec.c