mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
MPEGLAYER3WAVEFORMAT added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2635 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
43bd1f95dd
commit
77abad770c
@ -83,6 +83,20 @@ typedef struct {
|
||||
} WAVEFORMATEXTENSIBLE, *PWAVEFORMATEXTENSIBLE;
|
||||
#endif // !_WAVEFORMATEXTENSIBLE_
|
||||
|
||||
typedef struct mpeglayer3waveformat_tag {
|
||||
WORD wFormatTag WINE_PACKED;
|
||||
WORD nChannels WINE_PACKED;
|
||||
DWORD nSamplesPerSec WINE_PACKED;
|
||||
DWORD nAvgBytesPerSec WINE_PACKED;
|
||||
WORD nBlockAlign WINE_PACKED;
|
||||
WORD wBitsPerSample WINE_PACKED;
|
||||
WORD cbSize WINE_PACKED;
|
||||
WORD wID WINE_PACKED;
|
||||
DWORD fdwFlags WINE_PACKED;
|
||||
WORD nBlockSize WINE_PACKED;
|
||||
WORD nFramesPerBlock WINE_PACKED;
|
||||
WORD nCodecDelay WINE_PACKED;
|
||||
} MPEGLAYER3WAVEFORMAT;
|
||||
|
||||
/* WAVE form wFormatTag IDs */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user