[vlc-devel] commit: Used VC-1 avcodec decoder for WMVA. (Laurent Aimar )
git version control
git at videolan.org
Thu Oct 8 22:37:03 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Oct 8 22:34:41 2009 +0200| [69a830e9c8229c34d3b28cf0a11c853a9483c0d0] | committer: Laurent Aimar
Used VC-1 avcodec decoder for WMVA.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69a830e9c8229c34d3b28cf0a11c853a9483c0d0
---
modules/codec/avcodec/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 567a5ac..a787eef 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -90,6 +90,7 @@ static const struct
{ VLC_CODEC_WMV3, CODEC_ID_WMV3, VIDEO_ES },
{ VLC_CODEC_VC1, CODEC_ID_VC1, VIDEO_ES },
+ { VLC_CODEC_WMVA, CODEC_ID_VC1, VIDEO_ES },
{ VLC_CODEC_MSVIDEO1, CODEC_ID_MSVIDEO1, VIDEO_ES },
{ VLC_CODEC_MSRLE, CODEC_ID_MSRLE, VIDEO_ES },
More information about the vlc-devel
mailing list