Commit ac00575d authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix VC1 and WMV3 playback in MPlayer.

Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 882fb0a3
......@@ -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
......
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