1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

mplayer: don't disable term-osd with -v

I don't see any reason for doing this.
This commit is contained in:
wm4 2013-04-10 18:48:11 +02:00
parent 889cbc21b1
commit b99ae74d7d

View File

@ -4044,10 +4044,6 @@ goto_enable_cache: ;
goto terminate_playback;
}
// Disable the term OSD in verbose mode
if (verbose)
opts->term_osd = 0;
//================ SETUP STREAMS ==========================
if (mpctx->sh_video) {