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
1 changed files with 0 additions and 4 deletions

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) {