From 85a513abdf0d9cb76e9c860ef00ae61a003880ae Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 22 May 2014 13:51:31 +0200 Subject: player: suggest --no-audio-display on cover art --- player/loadfile.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'player') diff --git a/player/loadfile.c b/player/loadfile.c index 2a41149b11..5b52261f13 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1231,6 +1231,13 @@ goto_reopen_demuxer: ; } reselect_demux_streams(mpctx); + if (mpctx->current_track[0][STREAM_VIDEO] && + mpctx->current_track[0][STREAM_VIDEO]->attached_picture) + { + MP_INFO(mpctx, + "Displaying attached picture. Use --no-audio-display to prevent this.\n"); + } + demux_info_update(mpctx->master_demuxer); print_file_properties(mpctx); -- cgit v1.2.3