Commit c6bb50e0 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Kostya Shishkov

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
parent 87dfe848
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment