Commit 69a830e9 authored by Laurent Aimar's avatar Laurent Aimar

Used VC-1 avcodec decoder for WMVA.

parent b5427328
......@@ -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 },
......
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