From 1bfea418308211282f052c8ecebbc9721252f6e5 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 11 Aug 2012 10:24:02 -0700 Subject: [PATCH] fix -progress2 with pipe input --- src/melt/melt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/melt/melt.c b/src/melt/melt.c index 4cf6ee7c..ff77fcfb 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -782,7 +782,7 @@ query_all: mlt_log_set_level( MLT_LOG_DEBUG ); } } - if ( !is_silent && !isatty( STDIN_FILENO ) ) + if ( !is_silent && !isatty( STDIN_FILENO ) && !is_progress ) is_progress = 1; // Create profile if not set explicitly -- 2.39.2