OSDN Git Service

H.264 decode: support cropping up to 28 pixels in interlaced mode.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 3 Nov 2010 20:52:28 +0000 (20:52 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 3 Nov 2010 20:52:28 +0000 (20:52 +0000)
commit00d1e96bf4fc0467744f840fbc85d1a65cbb6f08
treef3be21a67732004a616e71b68b8f9de4ef198c8f
parentba7d6e798eb11b463852479a5e09a68926e82af6
H.264 decode: support cropping up to 28 pixels in interlaced mode.
Contrary to progressive, just being able to crop up to 14/15 pixels
is not enough to encode all supported resolutions, and the new
behaviour is also consistent with e.g. MPEG-2 etc.

Originally committed as revision 25669 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
libavcodec/h264_ps.c
libavcodec/mpegvideo.c
libavcodec/utils.c