Browse Source

Fix initialization of vc1_decoder (the same as wmv3_decoder).
Patch by Reimar Doeffinger.

Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk

Reimar Döffinger 18 years ago
parent
commit
c6bb50e002
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavcodec/h263dec.c

+ 1 - 0
libavcodec/h263dec.c

@@ -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;