]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix initialization of vc1_decoder (the same as wmv3_decoder).
authorkostya <kostya@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 29 Jun 2006 11:17:50 +0000 (11:17 +0000)
committerkostya <kostya@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 29 Jun 2006 11:17:50 +0000 (11:17 +0000)
Patch by Reimar Doeffinger.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/h263dec.c

index 30303f8edf2f365382b8cd27fc54b64b5fdd8881..1eba9db40a9d91efda09423f744e66fd099849af 100644 (file)
@@ -85,6 +85,7 @@ int ff_h263_decode_init(AVCodecContext *avctx)
         s->h263_pred = 1;
         s->msmpeg4_version=5;
         break;
+    case CODEC_ID_VC1:
     case CODEC_ID_WMV3:
         s->h263_msmpeg4 = 1;
         s->h263_pred = 1;