diff h263dec.c @ 3368:19620d64a239 libavcodec

Fix initialization of vc1_decoder (the same as wmv3_decoder). Patch by Reimar Doeffinger.
author kostya
date Thu, 29 Jun 2006 11:17:50 +0000
parents 333e016c2c8a
children cc4b4ea83e29
line wrap: on
line diff
--- a/h263dec.c	Thu Jun 29 11:05:33 2006 +0000
+++ b/h263dec.c	Thu Jun 29 11:17:50 2006 +0000
@@ -85,6 +85,7 @@
         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;