Commit df878fa0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DMO: use VLC_CODEC_*

parent 3f58dfc8
...@@ -194,10 +194,8 @@ static const codec_dll decoders_table[] = ...@@ -194,10 +194,8 @@ static const codec_dll decoders_table[] =
/* WMV1 */ /* WMV1 */
{ VLC_CODEC_WMV1, "wmvdmod.dll", &guid_wmv }, { VLC_CODEC_WMV1, "wmvdmod.dll", &guid_wmv },
/* Screen codecs */ /* Screen codecs */
{ VLC_FOURCC('M','S','S','2'), "wmsdmod.dll", &guid_wms }, { VLC_CODEC_MSS2, "wmsdmod.dll", &guid_wms },
{ VLC_FOURCC('m','s','s','2'), "wmsdmod.dll", &guid_wms }, { VLC_CODEC_MSS1, "wmsdmod.dll", &guid_wms },
{ VLC_FOURCC('M','S','S','1'), "wmsdmod.dll", &guid_wms },
{ VLC_FOURCC('m','s','s','1'), "wmsdmod.dll", &guid_wms },
/* Windows Media Video Adv */ /* Windows Media Video Adv */
{ VLC_CODEC_WMVA, "wmvadvd.dll", &guid_wmva }, { VLC_CODEC_WMVA, "wmvadvd.dll", &guid_wmva },
......
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