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:
parent
03b4e0a033
commit
47cf26cd52
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user