Browse Source

Fix VC1 and WMV3 playback in MPlayer.

Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos 17 years ago
parent
commit
ac00575d92
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/vc1.c

+ 2
- 0
libavcodec/vc1.c 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


Loading…
Cancel
Save