From e14df5c4f4e57a860222156b2f6124824b90c216 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Jun 2015 21:50:37 +0200 Subject: player: print a message along with track list Slightly less strange. --- player/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/core.h') 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); -- cgit v1.2.3