summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlcksk <luckysk@foxmail.com>2023-10-08 11:25:00 +0800
committerDudemanguy <random342@airmail.cc>2023-10-08 14:56:51 +0000
commit89261178d7b8087851a8f347355c234257437c60 (patch)
tree6306852d05758fd0d8cff4f23782ca8877d21234
parent78719c14ca5e9e20fd75771a57e3fdc6585547a8 (diff)
downloadmpv-89261178d7b8087851a8f347355c234257437c60.tar.bz2
mpv-89261178d7b8087851a8f347355c234257437c60.tar.xz
core: remove declarations of unused functions
-rw-r--r--player/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/player/core.h b/player/core.h
index 556620cf8a..d22b24ce98 100644
--- a/player/core.h
+++ b/player/core.h
@@ -485,7 +485,6 @@ void uninit_audio_chain(struct MPContext *mpctx);
int init_audio_decoder(struct MPContext *mpctx, struct track *track);
void reinit_audio_chain_src(struct MPContext *mpctx, struct track *track);
void audio_update_volume(struct MPContext *mpctx);
-void audio_update_balance(struct MPContext *mpctx);
void reload_audio_output(struct MPContext *mpctx);
void audio_start_ao(struct MPContext *mpctx);
@@ -506,7 +505,6 @@ void mp_abort_recheck_locked(struct MPContext *mpctx,
struct mp_abort_entry *abort);
void mp_abort_trigger_locked(struct MPContext *mpctx,
struct mp_abort_entry *abort);
-void uninit_player(struct MPContext *mpctx, unsigned int mask);
int mp_add_external_file(struct MPContext *mpctx, char *filename,
enum stream_type filter, struct mp_cancel *cancel,
bool cover_art);
@@ -634,8 +632,6 @@ void update_osd_msg(struct MPContext *mpctx);
bool update_subtitles(struct MPContext *mpctx, double video_pts);
// video.c
-int video_get_colors(struct vo_chain *vo_c, const char *item, int *value);
-int video_set_colors(struct vo_chain *vo_c, const char *item, int value);
void reset_video_state(struct MPContext *mpctx);
int init_video_decoder(struct MPContext *mpctx, struct track *track);
void reinit_video_chain(struct MPContext *mpctx);