[Ffmpeg-cvslog] r5544 - trunk/libavcodec/h263dec.c

kostya subversion
Thu Jun 29 13:17:50 CEST 2006


Author: kostya
Date: Thu Jun 29 13:17:50 2006
New Revision: 5544

Modified:
   trunk/libavcodec/h263dec.c

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


Modified: trunk/libavcodec/h263dec.c
==============================================================================
--- trunk/libavcodec/h263dec.c	(original)
+++ trunk/libavcodec/h263dec.c	Thu Jun 29 13:17:50 2006
@@ -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;




More information about the ffmpeg-cvslog mailing list