summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/loadfile.c7
1 files changed, 7 insertions, 0 deletions
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);