From 68b897ef15c14bef827c88a94303b65ef48b2e98 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 24 Sep 2011 13:24:09 +0200 Subject: ffmpeg: apply misc cosmetics fixes in the filtergraph event processing code In particular provides more consistent and expressive names, supposedly improves readability and user feedback. --- ffmpeg.c | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index fbb04937bc..039f62948b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2410,28 +2410,29 @@ static int transcode(OutputFile *output_files, int nb_output_files, } #if CONFIG_AVFILTER if (key == 'c' || key == 'C'){ - char ret[4096], target[64], cmd[256], arg[256]={0}; - double ts; + char buf[4096], target[64], command[256], arg[256] = {0}; + double time; int k; fprintf(stderr, "\nEnter command: