[MPlayer-cvslog] r37286 - trunk/codec-cfg.h

reimar subversion at mplayerhq.hu
Sat Sep 27 20:44:44 CEST 2014


Author: reimar
Date: Sat Sep 27 20:44:44 2014
New Revision: 37286

Log:
codec-cfg.h: Fix GUID type to be identical between 32 and 64 bit builds.

Modified:
   trunk/codec-cfg.h

Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h	Thu Sep 18 22:22:31 2014	(r37285)
+++ trunk/codec-cfg.h	Sat Sep 27 20:44:44 2014	(r37286)
@@ -50,7 +50,7 @@ extern char *codecs_file;
 #define GUID_TYPE    1
 #define GUID_DEFINED 1
 typedef struct {
-    unsigned long  f1;
+    unsigned int   f1;
     unsigned short f2;
     unsigned short f3;
     unsigned char  f4[8];


More information about the MPlayer-cvslog mailing list