[MPlayer-cvslog] CVS: main codec-cfg.c,1.124,1.125

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Mar 7 16:39:04 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11946

Modified Files:
	codec-cfg.c 
Log Message:
Comment out debug output.


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- codec-cfg.c	9 Feb 2006 14:07:51 -0000	1.124
+++ codec-cfg.c	7 Mar 2006 15:39:01 -0000	1.125
@@ -1079,7 +1079,7 @@
             if(d>='0' && d<='9'){
                 // begin section
                 section=d-'0';
-                printf("BEGIN %d\n",section);
+                //printf("BEGIN %d\n",section);
                 if(section>=5){
                     // audio
 		    cl = audio_codecs;




More information about the MPlayer-cvslog mailing list