summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-06 05:55:52 +0000
committerrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-06 05:55:52 +0000
commit58a54d4a63a3890848f577de926ce10f0e34cfa9 (patch)
treeb59556af2c55045452a929f439b16ce5caa386eb /libmpdemux
parent5607881696f210fcf9d72391a8c686f7db83fe12 (diff)
downloadmpv-58a54d4a63a3890848f577de926ce10f0e34cfa9.tar.bz2
mpv-58a54d4a63a3890848f577de926ce10f0e34cfa9.tar.xz
Oops, removed a debugging printf from teh previous version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_rtp_codec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/demux_rtp_codec.cpp b/libmpdemux/demux_rtp_codec.cpp
index bad3c0f700..d4b5dcbf7d 100644
--- a/libmpdemux/demux_rtp_codec.cpp
+++ b/libmpdemux/demux_rtp_codec.cpp
@@ -226,7 +226,6 @@ static void needVideoFrameRate(demuxer_t* demuxer,
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)#####