[SCM] libav/experimental: Fix initialization of vc1_decoder (the same as wmv3_decoder). Patch by Reimar Doeffinger.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:23 UTC 2013


The following commit has been merged in the experimental branch:
commit c6bb50e0024005e78fd54fce14773fefb9489821
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Thu Jun 29 11:17:50 2006 +0000

    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

diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 30303f8..1eba9db 100644
--- a/libavcodec/h263dec.c
+++ b/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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list