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
This commit is contained in:
Reimar Döffinger 2006-06-29 11:17:50 +00:00 committed by Kostya Shishkov
parent 87dfe848fa
commit c6bb50e002
1 changed files with 1 additions and 0 deletions

View File

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