Fix svq3 decoding, is_complex was not initialized.
Originally committed as revision 16184 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4080e67c8e
commit
54dab66174
@ -788,6 +788,7 @@ static int svq3_decode_init(AVCodecContext *avctx)
|
||||
s->flags = avctx->flags;
|
||||
s->flags2 = avctx->flags2;
|
||||
s->unrestricted_mv = 1;
|
||||
h->is_complex=1;
|
||||
|
||||
if (!s->context_initialized) {
|
||||
s->width = avctx->width;
|
||||
|
Loading…
Reference in New Issue
Block a user