1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

demux: change fps field to double

Because why not.
This commit is contained in:
wm4 2016-08-19 14:53:01 +02:00
parent 05e4df3f0c
commit 2fbd1d3610

View File

@ -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