[Mplayer-cvslog] CVS: main/libmpdemux demux_real.c,1.37,1.38
Alex Beregszaszi
alex at mplayerhq.hu
Fri Feb 21 13:55:45 CET 2003
- Previous message: [Mplayer-cvslog] CVS: 0_90/Gui/mplayer/gtk about.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-cz.h,1.33,1.34 help_mp-en.h,1.90,1.91 help_mp-es.h,1.20,1.21 help_mp-fr.h,1.36,1.37 help_mp-gr.h,1.10,1.11 help_mp-it.h,1.20,1.21 help_mp-ko.h,1.12,1.13 help_mp-nl.h,1.22,1.23 help_mp-pt_BR.h,1.11,1.12 help_mp-ru.h,1.18,1.19 help_mp-sk.h,1.11,1.12 help_mp-zh.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv9567
Modified Files:
demux_real.c
Log Message:
commented out nonsense
Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- demux_real.c 4 Feb 2003 15:45:45 -0000 1.37
+++ demux_real.c 21 Feb 2003 12:55:26 -0000 1.38
@@ -908,6 +908,7 @@
sh->wf->cbSize = 0;
sh->format = MKTAG(buf[0], buf[1], buf[2], buf[3]);
+#if 0
switch (sh->format){
case MKTAG('d', 'n', 'e', 't'):
mp_msg(MSGT_DEMUX,MSGL_V,"Audio: DNET (AC3 with low-bitrate extension)\n");
@@ -924,6 +925,7 @@
default:
mp_msg(MSGT_DEMUX,MSGL_V,"Audio: Unknown (%s)\n", buf);
}
+#endif
switch (sh->format)
{
- Previous message: [Mplayer-cvslog] CVS: 0_90/Gui/mplayer/gtk about.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-cz.h,1.33,1.34 help_mp-en.h,1.90,1.91 help_mp-es.h,1.20,1.21 help_mp-fr.h,1.36,1.37 help_mp-gr.h,1.10,1.11 help_mp-it.h,1.20,1.21 help_mp-ko.h,1.12,1.13 help_mp-nl.h,1.22,1.23 help_mp-pt_BR.h,1.11,1.12 help_mp-ru.h,1.18,1.19 help_mp-sk.h,1.11,1.12 help_mp-zh.h,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list