summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-20 23:21:38 +0200
committerwm4 <wm4@nowhere>2015-04-20 23:26:48 +0200
commit4ae8fc326d544f83777ad4f038ad6587af507fab (patch)
treeb9d410691c4130d39ccc75bcc04df81fc0a53d87 /player/core.h
parent74ae74db0c7c21535664d881007aa238bb8c8408 (diff)
downloadmpv-4ae8fc326d544f83777ad4f038ad6587af507fab.tar.bz2
mpv-4ae8fc326d544f83777ad4f038ad6587af507fab.tar.xz
player: cleanup update_fps() function
It was called only in 2 places, one of them redundant (the container FPS can not change).
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 9ed452ffad..714fd5d4bd 100644
--- a/player/core.h
+++ b/player/core.h
@@ -491,7 +491,6 @@ int reinit_video_chain(struct MPContext *mpctx);
int reinit_video_filters(struct MPContext *mpctx);
void write_video(struct MPContext *mpctx, double endpts);
void mp_force_video_refresh(struct MPContext *mpctx);
-void update_fps(struct MPContext *mpctx);
void uninit_video_out(struct MPContext *mpctx);
void uninit_video_chain(struct MPContext *mpctx);