[Mplayer-cvslog] CVS: main/loader/wine mmreg.h,1.7,1.8
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Apr 30 12:26:28 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.h,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c, 1.28, 1.29 vd_realvid.c, 1.25, 1.26 ad_qtaudio.c, 1.11, 1.12 vd_qtvideo.c, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/loader/wine
In directory mail:/var2/tmp/cvs-serv30320/loader/wine
Modified Files:
mmreg.h
Log Message:
minimal fix for alex's 1000000000000l compile errors. imo the fix in
aviheader.h is totally correct. defining useless typedefs that can
conflict with other headers is bad practice. i don't like editing
mmreg.h but oh well... if you have a better fix, commit it! finally,
the fix in the ad_ and vd_ files seems totally correct.
Index: mmreg.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/mmreg.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mmreg.h 13 Sep 2002 19:43:17 -0000 1.7
+++ mmreg.h 30 Apr 2004 10:26:26 -0000 1.8
@@ -83,6 +83,7 @@
} WAVEFORMATEXTENSIBLE, *PWAVEFORMATEXTENSIBLE;
#endif // !_WAVEFORMATEXTENSIBLE_
+/*
typedef struct mpeglayer3waveformat_tag {
WORD wFormatTag WINE_PACKED;
WORD nChannels WINE_PACKED;
@@ -97,6 +98,7 @@
WORD nFramesPerBlock WINE_PACKED;
WORD nCodecDelay WINE_PACKED;
} MPEGLAYER3WAVEFORMAT;
+*/
/* WAVE form wFormatTag IDs */
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.h,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c, 1.28, 1.29 vd_realvid.c, 1.25, 1.26 ad_qtaudio.c, 1.11, 1.12 vd_qtvideo.c, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list