Mercurial > mplayer.hg
changeset 11398:fca816d2f4a6
Oops, removed a debugging printf from teh previous version.
author | rsf |
---|---|
date | Thu, 06 Nov 2003 05:55:52 +0000 |
parents | d0db11b74e82 |
children | 82bf5475b991 |
files | libmpdemux/demux_rtp_codec.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp Thu Nov 06 05:53:04 2003 +0000 +++ b/libmpdemux/demux_rtp_codec.cpp Thu Nov 06 05:55:52 2003 +0000 @@ -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)#####