player: suggest --no-audio-display on cover art

This commit is contained in:
wm4 2014-05-22 13:51:31 +02:00
parent 2f2b3f8d5c
commit 85a513abdf
1 changed files with 7 additions and 0 deletions

View File

@ -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);