changeset 8364:4a01f7144da5 libavcodec

Fix svq3 decoding, is_complex was not initialized.
author michael
date Wed, 17 Dec 2008 03:41:48 +0000
parents 7c36f4ce172c
children d33b47d1f4c1
files svq3.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/svq3.c	Wed Dec 17 02:53:03 2008 +0000
+++ b/svq3.c	Wed Dec 17 03:41:48 2008 +0000
@@ -788,6 +788,7 @@
     s->flags  = avctx->flags;
     s->flags2 = avctx->flags2;
     s->unrestricted_mv = 1;
+    h->is_complex=1;
 
     if (!s->context_initialized) {
         s->width  = avctx->width;