[Mplayer-cvslog] CVS: main/libmpdemux demux_rtp_codec.cpp,1.6,1.7

Ross Finlayson CVS rsf at mplayerhq.hu
Thu Nov 6 06:57:43 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv12166

Modified Files:
	demux_rtp_codec.cpp 
Log Message:
Oops, removed a debugging printf from teh previous version.


Index: demux_rtp_codec.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rtp_codec.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- demux_rtp_codec.cpp	6 Nov 2003 05:53:04 -0000	1.6
+++ demux_rtp_codec.cpp	6 Nov 2003 05:55:52 -0000	1.7
@@ -226,7 +226,6 @@
       break;
     }
 
-    fprintf(stderr, "%d: cur %f, last %f\n", i, curPTS, lastPTS);//#####@@@@@
     if (curPTS > lastPTS && lastPTS != 0.0) {
       // Use the difference between these two "pts"s to guess the frame rate.
       // (should really check that there were no missing frames inbetween)#####



More information about the MPlayer-cvslog mailing list