Commit a78b832a authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/dmo/dmo.c: fix typo in fourcc.

parent 6f4778fa
...@@ -186,7 +186,7 @@ static const codec_dll encoders_table[] = ...@@ -186,7 +186,7 @@ static const codec_dll encoders_table[] =
{ {
/* WMV2 */ /* WMV2 */
{ VLC_FOURCC('W','M','V','2'), "wmvdmoe.dll", &guid_wmv_enc }, { VLC_FOURCC('W','M','V','2'), "wmvdmoe.dll", &guid_wmv_enc },
{ VLC_FOURCC('w','m','v','1'), "wmvdmoe.dll", &guid_wmv_enc }, { VLC_FOURCC('w','m','v','2'), "wmvdmoe.dll", &guid_wmv_enc },
/* WMV1 */ /* WMV1 */
{ VLC_FOURCC('W','M','V','1'), "wmvdmoe.dll", &guid_wmv_enc }, { VLC_FOURCC('W','M','V','1'), "wmvdmoe.dll", &guid_wmv_enc },
{ VLC_FOURCC('w','m','v','1'), "wmvdmoe.dll", &guid_wmv_enc }, { VLC_FOURCC('w','m','v','1'), "wmvdmoe.dll", &guid_wmv_enc },
......
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