diff loader/wine/mmreg.h @ 2634:5f47e380254c

MPEGLAYER3WAVEFORMAT added
author arpi
date Fri, 02 Nov 2001 17:42:19 +0000
parents 0c6a9ea73027
children 174e2a58b4cd
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 */