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

DMO: support for WMAL and wmal fourCC

parent 925fd62b
...@@ -201,6 +201,7 @@ static const codec_dll decoders_table[] = ...@@ -201,6 +201,7 @@ static const codec_dll decoders_table[] =
/* WMA 3 */ /* WMA 3 */
{ VLC_CODEC_WMAP, "wma9dmod.dll", &guid_wma9 }, { VLC_CODEC_WMAP, "wma9dmod.dll", &guid_wma9 },
{ VLC_CODEC_WMAL, "wma9dmod.dll", &guid_wma9 },
/* WMA 2 */ /* WMA 2 */
{ VLC_CODEC_WMA2, "wma9dmod.dll", &guid_wma9 }, { VLC_CODEC_WMA2, "wma9dmod.dll", &guid_wma9 },
......
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