mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
support 10000/1001 framerate
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15992 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
da83250c52
commit
760e0b6014
@ -298,6 +298,9 @@ demuxer_t* demux_open_nsv ( demuxer_t* demuxer )
|
||||
case 0x85:
|
||||
sh_video->fps=(float)15000.0/1001.0;
|
||||
break;
|
||||
case 0x89:
|
||||
sh_video->fps=(float)10000.0/1001.0;
|
||||
break;
|
||||
default:
|
||||
sh_video->fps = (float)priv->fps;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user