SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.

Fixes issue 1591.

Originally committed as revision 20810 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jai Menon 2009-12-12 17:10:05 +00:00
parent 54c2421647
commit 94621d329f
1 changed files with 1 additions and 0 deletions

View File

@ -796,6 +796,7 @@ static av_cold int svq3_decode_init(AVCodecContext *avctx)
s->flags2 = avctx->flags2;
s->unrestricted_mv = 1;
h->is_complex=1;
avctx->pix_fmt = avctx->codec->pix_fmts[0];
if (!s->context_initialized) {
s->width = avctx->width;