Make sure mpeg2 has its height rounded up to 32 as that is needed
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Apr 2009 00:09:07 +0000 (00:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Apr 2009 00:09:07 +0000 (00:09 +0000)
commitc81185a18333b28439476fdc00979225158c8755
treee8154e4a484ae4d3a6f0dac6d090ba955b6fab59
parentcfe675269bf44c49590e9076b5d2cd2503804f98
Make sure mpeg2 has its height rounded up to 32 as that is needed
for interlaced stuff.
This might have been exploitable when emu edge was not set though
note this bug has been introduced just a few days ago.

Originally committed as revision 18405 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c