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:
parent
889cbc21b1
commit
b99ae74d7d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user