summaryrefslogtreecommitdiffstats
path: root/TOOLS/umpv
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/umpv')
-rwxr-xr-xTOOLS/umpv2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/umpv b/TOOLS/umpv
index 162ce50449..39d69b5787 100755
--- a/TOOLS/umpv
+++ b/TOOLS/umpv
@@ -96,7 +96,7 @@ else:
raise e
os.mkfifo(FIFO, int("0600", 8))
- opts = ["mpv", "--really-quiet", "--force-window", "--input-file=" + FIFO]
+ opts = ["mpv", "--no-terminal", "--force-window", "--input-file=" + FIFO]
opts.extend(opts_env)
opts.append("--")
opts.extend(files)