mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Proper structure size for WAVEFORMATEX.
This commit is contained in:
parent
373042fbf4
commit
6c8874cfc1
@ -162,6 +162,8 @@ typedef struct
|
||||
uint32_t bi_clr_important;
|
||||
} alBITMAPINFOHEADER;
|
||||
|
||||
#pragma pack(2)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t w_format_tag;
|
||||
@ -173,6 +175,8 @@ typedef struct
|
||||
uint16_t cb_size;
|
||||
} alWAVEFORMATEX;
|
||||
|
||||
#pragma pack(4)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t fcc_type;
|
||||
|
@ -100,6 +100,8 @@ typedef struct
|
||||
uint32_t bi_clr_important;
|
||||
} alBITMAPINFOHEADER;
|
||||
|
||||
#pragma pack(2)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t w_format_tag;
|
||||
@ -111,6 +113,8 @@ typedef struct
|
||||
uint16_t cb_size;
|
||||
} alWAVEFORMATEX;
|
||||
|
||||
#pragma pack(4)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t fcc_type;
|
||||
|
Loading…
Reference in New Issue
Block a user