Display dimensions should not affect the real size of coded frame, thus set
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 23 Apr 2009 07:14:02 +0000 (07:14 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 23 Apr 2009 07:14:02 +0000 (07:14 +0000)
commitb750fb6945626a7c6255af883d3d7073a32aaf09
treefbef8ddf355c4a57c3c38dcbd9a84d465f7b84f5
parente1b3d272729000b05bb6880a2ec904e61527ae37
Display dimensions should not affect the real size of coded frame, thus set
only avctx->{width,height} and don't touch coded_{width,height} when parsing
them. This fixes the case when coded and display dimensions differ by more
than one macroblock.

Originally committed as revision 18665 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1.c