mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
Oops, removed a debugging printf from teh previous version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11399 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5607881696
commit
58a54d4a63
@ -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)#####
|
||||
|
Loading…
Reference in New Issue
Block a user