summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-27 12:23:00 +0100
committerwm4 <wm4@nowhere>2014-12-27 12:23:00 +0100
commit6659de707b45ea96e6b8cad142c825929aa926e7 (patch)
tree3f72af80b2c893b4fc31557440ce3129c57b1087 /player/core.h
parent069016fd6cee08f91dc0c49cd47b2b5766319ec5 (diff)
downloadmpv-6659de707b45ea96e6b8cad142c825929aa926e7.tar.bz2
mpv-6659de707b45ea96e6b8cad142c825929aa926e7.tar.xz
player: cosmetics: rename a function
Something which has this many important sideffects shouldn't start have a "get" prefix.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index c03fedef33..bb310e0975 100644
--- a/player/core.h
+++ b/player/core.h
@@ -475,8 +475,8 @@ void uninit_sub_all(struct MPContext *mpctx);
void update_osd_msg(struct MPContext *mpctx);
void update_subtitles(struct MPContext *mpctx);
void uninit_sub_renderer(struct MPContext *mpctx);
-void get_osd_sub_state(struct MPContext *mpctx, int order,
- struct osd_sub_state *out_state);
+void update_osd_sub_state(struct MPContext *mpctx, int order,
+ struct osd_sub_state *out_state);
// timeline/tl_matroska.c
void build_ordered_chapter_timeline(struct MPContext *mpctx);