mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Fix VC1 and WMV3 playback in MPlayer.
Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
882fb0a3ad
commit
ac00575d92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user