summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-03 21:50:37 +0200
committerwm4 <wm4@nowhere>2015-06-03 21:50:37 +0200
commite14df5c4f4e57a860222156b2f6124824b90c216 (patch)
tree1c2839af394b26dd9bccbdb7aefcc7d7d67c71fa /player/core.h
parent52bd61d698792ea15e4f8c3e117785f137a551e7 (diff)
downloadmpv-e14df5c4f4e57a860222156b2f6124824b90c216.tar.bz2
mpv-e14df5c4f4e57a860222156b2f6124824b90c216.tar.xz
player: print a message along with track list
Slightly less strange.
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 7c9c13c257..542105ba6e 100644
--- a/player/core.h
+++ b/player/core.h
@@ -397,7 +397,7 @@ struct playlist_entry *mp_next_file(struct MPContext *mpctx, int direction,
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);
-void print_track_list(struct MPContext *mpctx);
+void print_track_list(struct MPContext *mpctx, const char *msg);
void reselect_demux_streams(struct MPContext *mpctx);
void prepare_playlist(struct MPContext *mpctx, struct playlist *pl);
void autoload_external_files(struct MPContext *mpctx);