Fix VC1 and WMV3 playback in MPlayer.

Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2009-02-25 15:43:53 +00:00
parent 882fb0a3ad
commit ac00575d92

View File

@ -4348,6 +4348,7 @@ AVCodec vc1_decoder = {
CODEC_CAP_DELAY,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("SMPTE VC-1"),
.pix_fmts = ff_pixfmt_list_420
};
AVCodec wmv3_decoder = {
@ -4362,6 +4363,7 @@ AVCodec wmv3_decoder = {
CODEC_CAP_DELAY,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 9"),
.pix_fmts = ff_pixfmt_list_420
};
#if CONFIG_WMV3_VDPAU_DECODER