From a98aad61f854d9a216675dc54096aa39767c4a35 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 16 Jul 2013 23:14:55 +0200 Subject: core: move video refresh function to mplayer.c --- core/mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/mp_core.h') diff --git a/core/mp_core.h b/core/mp_core.h index 6bd51cb85c..f7e6786b60 100644 --- a/core/mp_core.h +++ b/core/mp_core.h @@ -321,6 +321,7 @@ struct playlist_entry *mp_next_file(struct MPContext *mpctx, int direction); int mp_get_cache_percent(struct MPContext *mpctx); void mp_write_watch_later_conf(struct MPContext *mpctx); void mp_set_playlist_entry(struct MPContext *mpctx, struct playlist_entry *e); +void mp_force_video_refresh(struct MPContext *mpctx); void mp_print_version(int always); -- cgit v1.2.3