summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-07 00:51:38 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-07 00:51:38 +0000
commit43b27845ac21f14ccf07eee9a8c95574c51bab6c (patch)
treeec619429fef10de917f120817bd3effaf546e45e /codec-cfg.h
parent4eb3b624c843c0d31f1431bc2f7ed1b9966c6220 (diff)
downloadmpv-43b27845ac21f14ccf07eee9a8c95574c51bab6c.tar.bz2
mpv-43b27845ac21f14ccf07eee9a8c95574c51bab6c.tar.xz
audio format support, realloc() cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@301 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index e346d55f2e..6e983fbace 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -24,10 +24,10 @@
#warning nem kellene ket typedef GUID-nak...
typedef struct {
- long f1;
- short f2;
- short f3;
- char f4[8];
+ unsigned long f1;
+ unsigned short f2;
+ unsigned short f3;
+ unsigned char f4[8];
} GUID;
typedef struct {