Commit 4aaf44bb authored by michael's avatar michael

Fix svq3 decoding, is_complex was not initialized.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16184 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 88867b7a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment