From 2fbd1d36102114bda8bfea2afb94fb084cc6539c Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 19 Aug 2016 14:53:01 +0200 Subject: demux: change fps field to double Because why not. --- demux/stheader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux') diff --git a/demux/stheader.h b/demux/stheader.h index 78e86a47ee..8dcd8351a6 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -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 -- cgit v1.2.3