summaryrefslogtreecommitdiff
path: root/vpxdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpxdec.c')
-rw-r--r--vpxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxdec.c b/vpxdec.c
index 79b8c6292..48a36cd65 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -813,7 +813,7 @@ int main(int argc, const char **argv_)
}
/* Make sure we don't dump to the terminal, unless forced to with -o - */
- if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5)
+ if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit)
{
fprintf(stderr,
"Not dumping raw video to your terminal. Use '-o -' to "