summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-19 14:53:01 +0200
committerwm4 <wm4@nowhere>2016-08-19 15:00:58 +0200
commit2fbd1d36102114bda8bfea2afb94fb084cc6539c (patch)
tree5216b51fa0834cdb667f95d0c84cea65ba57c7dd /demux
parent05e4df3f0c7679e8ac3b32a1a414be751b6b6b37 (diff)
downloadmpv-2fbd1d36102114bda8bfea2afb94fb084cc6539c.tar.bz2
mpv-2fbd1d36102114bda8bfea2afb94fb084cc6539c.tar.xz
demux: change fps field to double
Because why not.
Diffstat (limited to 'demux')
-rw-r--r--demux/stheader.h2
1 files changed, 1 insertions, 1 deletions
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