1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 10:02:17 +00:00

backed out unneeded mod

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
melanson 2002-03-31 18:28:00 +00:00
parent 03b4e0a033
commit 47cf26cd52

View File

@ -299,9 +299,6 @@ int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char**
// FILM (CPK) files have no fixed FPS - just frame durations!
frame_time=d_video->pts-pts1;
} else
if(demuxer->file_format==DEMUXER_TYPE_ROQ && !force_fps){
frame_time=d_video->pts-pts1;
} else
if(demuxer->file_format==DEMUXER_TYPE_VIVO && !force_fps){
// .VIVO files has no fixed FPS - just frame durations!
if(d_video->pts-pts1>0)