changeset 37190:86ba78d8137c

codec-cfg.h: Fix GUID type to be identical between 32 and 64 bit builds.
author reimar
date Sat, 27 Sep 2014 18:44:44 +0000
parents baa61e26cf83
children 5b78a5e38218
files codec-cfg.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.h	Thu Sep 18 20:22:31 2014 +0000
+++ b/codec-cfg.h	Sat Sep 27 18:44:44 2014 +0000
@@ -50,7 +50,7 @@
 #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];