From 4ae8fc326d544f83777ad4f038ad6587af507fab Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Apr 2015 23:21:38 +0200 Subject: player: cleanup update_fps() function It was called only in 2 places, one of them redundant (the container FPS can not change). --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') 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); -- cgit v1.2.3