Call avcodec_set_dimensions() instead of simply setting avctx->width/height
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 24 Nov 2009 06:05:41 +0000 (06:05 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 24 Nov 2009 06:05:41 +0000 (06:05 +0000)
commitd90aeeaf569e4a08c30b3d1d09c3cff3a86eb431
tree8089d4b72423207591e1f38e5e20641764f6f585
parent9401357f01224c4875f706853f431a84efc3a79c
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
when frame dimensions change in RV3/4.

Originally committed as revision 20595 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rv34.c