mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
demux: change fps field to double
Because why not.
This commit is contained in:
parent
05e4df3f0c
commit
2fbd1d3610
@ -87,7 +87,7 @@ struct mp_codec_params {
|
||||
|
||||
// STREAM_VIDEO
|
||||
bool avi_dts; // use DTS timing; first frame and DTS is 0
|
||||
float fps; // frames per second (set only if constant fps)
|
||||
double fps; // frames per second (set only if constant fps)
|
||||
bool reliable_fps; // the fps field is definitely not broken
|
||||
int par_w, par_h; // pixel aspect ratio (0 if unknown/square)
|
||||
int disp_w, disp_h; // display size
|
||||
|
Loading…
Reference in New Issue
Block a user