ReactOS 0.4.15-dev-7842-g558ab78
mpeg2bits.h
Go to the documentation of this file.
1
2#pragma once
3#pragma pack(push)
4
5#ifdef __midl
6 typedef struct
7 {
8 WORD Bits;
9 } PID_BITS_MIDL;
10
11 typedef struct
12 {
13 WORD Bits;
14 } MPEG_HEADER_BITS_MIDL;
15
16 typedef struct
17 {
18 BYTE Bits;
19 } MPEG_HEADER_VERSION_BITS_MIDL;
20
21#else
22
23 typedef struct
24 {
28 typedef struct
29 {
35
36 typedef struct
37 {
42#endif
43
44#pragma pack(pop)
45
unsigned short WORD
Definition: ntddk_ex.h:93
struct MPEG_HEADER_VERSION_BITS * PMPEG_HEADER_VERSION_BITS
struct PID_BITS * PPID_BITS
struct MPEG_HEADER_BITS * PMPEG_HEADER_BITS
WORD PrivateIndicator
Definition: mpeg2bits.h:32
WORD SectionLength
Definition: mpeg2bits.h:30
WORD SectionSyntaxIndicator
Definition: mpeg2bits.h:33
WORD ProgramId
Definition: mpeg2bits.h:26
WORD Reserved
Definition: mpeg2bits.h:25
unsigned char BYTE
Definition: xxhash.c:193