summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-03 16:45:02 -0500
committersfan5 <sfan5@live.de>2023-10-05 17:09:43 +0200
commit817c6f9cb72301469e9df13d327bdae75d2d8e76 (patch)
treec4859cd83adbf7a195e50a3af31a093319af1eb1 /player/core.h
parent034f75dacd01bd0b7c6c03e39b193f891f0d5ef2 (diff)
downloadmpv-817c6f9cb72301469e9df13d327bdae75d2d8e76.tar.bz2
mpv-817c6f9cb72301469e9df13d327bdae75d2d8e76.tar.xz
player: remove unused mutate argument in mp_next_file
e277fadd60350caad1fc31e92a5076692e61dcc9 originally added this but it never actually did anything in the function... wm4 probably changed his mind but forget to delete it so just remove it here.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index be06e4dc98..556620cf8a 100644
--- a/player/core.h
+++ b/player/core.h
@@ -523,7 +523,7 @@ struct track *mp_track_by_tid(struct MPContext *mpctx, enum stream_type type,
void add_demuxer_tracks(struct MPContext *mpctx, struct demuxer *demuxer);
bool mp_remove_track(struct MPContext *mpctx, struct track *track);
struct playlist_entry *mp_next_file(struct MPContext *mpctx, int direction,
- bool force, bool mutate);
+ bool force);
void mp_set_playlist_entry(struct MPContext *mpctx, struct playlist_entry *e);
void mp_play_files(struct MPContext *mpctx);
void update_demuxer_properties(struct MPContext *mpctx);