From 01fbcc6fd677226d7c3f1beb7532ef35da5b78c9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 24 Sep 2011 13:57:26 +0200 Subject: [PATCH] ffmpeg: improve feedback when processing filtergraph events --- ffmpeg.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 039f62948b..19b82ffbf4 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2412,14 +2412,17 @@ static int transcode(OutputFile *output_files, int nb_output_files, if (key == 'c' || key == 'C'){ char buf[4096], target[64], command[256], arg[256] = {0}; double time; - int k; + int k, n = 0; fprintf(stderr, "\nEnter command: