Mercurial > mplayer.hg
changeset 2634:5f47e380254c
MPEGLAYER3WAVEFORMAT added
author | arpi |
---|---|
date | Fri, 02 Nov 2001 17:42:19 +0000 |
parents | fe5ab8c660de |
children | c1e24e01601b |
files | loader/wine/mmreg.h |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/mmreg.h Fri Nov 02 17:36:04 2001 +0000 +++ b/loader/wine/mmreg.h Fri Nov 02 17:42:19 2001 +0000 @@ -83,6 +83,20 @@ } 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 */