From 4f984b987c323b63db9e4926da8f6265f841a6ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 16 Aug 2014 00:05:02 +0200 Subject: video: add --display-fps switch to control framedrop FPS Since the display FPS is currently detected on X11 only (and even there it's known to be wrong on certain setups), it seems like a good idea to make this user-configurable. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 9b48a0162e..65007bd22e 100644 --- a/options/options.h +++ b/options/options.h @@ -137,6 +137,7 @@ typedef struct MPOpts { float default_max_pts_correction; int autosync; int frame_dropping; + double frame_drop_fps; int insert_silence; int term_osd; int term_osd_bar; -- cgit v1.2.3