Mercurial > mplayer.hg
changeset 27468:536dbf7632ea
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
(while actually not defining GUID, only GUID_t).
author | reimar |
---|---|
date | Sun, 31 Aug 2008 11:21:29 +0000 |
parents | 239a049163eb |
children | c889ecd297c9 |
files | libmpdemux/asf.h |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asf.h Sun Aug 31 07:42:11 2008 +0000 +++ b/libmpdemux/asf.h Sun Aug 31 11:21:29 2008 +0000 @@ -7,20 +7,6 @@ #include "mpbswap.h" /////////////////////// -// MS GUID definition -/////////////////////// -#ifndef GUID_DEFINED -#define GUID_DEFINED -// Size of GUID is 16 bytes! -typedef struct __attribute__((packed)) { - uint32_t Data1; // 4 bytes - uint16_t Data2; // 2 bytes - uint16_t Data3; // 2 bytes - uint8_t Data4[8]; // 8 bytes -} GUID_t; -#endif - -/////////////////////// // ASF Object Header /////////////////////// typedef struct __attribute__((packed)) {