mirror of https://github.com/mpv-player/mpv
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
(while actually not defining GUID, only GUID_t). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e372474088
commit
daa3eda91f
|
@ -6,20 +6,6 @@
|
|||
#include "libavutil/common.h"
|
||||
#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
|
||||
///////////////////////
|
||||
|
|
Loading…
Reference in New Issue