mirror of
https://abf.rosa.ru/djam/vlc-2.0.7.git
synced 2025-02-23 09:22:48 +00:00
15 lines
509 B
Diff
15 lines
509 B
Diff
![]() |
diff -rupN vlc-2.0.4.orig/modules/codec/dmo/dmo.c vlc-2.0.4/modules/codec/dmo/dmo.c
|
||
|
--- vlc-2.0.4.orig/modules/codec/dmo/dmo.c 2012-10-19 20:37:06.861228870 -0400
|
||
|
+++ vlc-2.0.4/modules/codec/dmo/dmo.c 2012-10-19 20:51:06.533228863 -0400
|
||
|
@@ -179,6 +179,10 @@ static const GUID guid_wma_enc = { 0x70f
|
||
|
#define VLC_CODEC_MSS1 VLC_FOURCC('M','S','S','1')
|
||
|
#define VLC_CODEC_MSS2 VLC_FOURCC('M','S','S','2')
|
||
|
|
||
|
+#ifndef BI_RGB
|
||
|
+# define BI_RGB 0x0
|
||
|
+#endif
|
||
|
+
|
||
|
typedef struct
|
||
|
{
|
||
|
vlc_fourcc_t i_fourcc;
|