From bbcedade008b5471c71122944cf4dee1951138ec Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 19 Aug 2012 09:15:48 +0200 Subject: avconv: make the -passlogfile option per-stream. --- avconv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 7a51ccbec1..2d6f60b451 100644 --- a/avconv.h +++ b/avconv.h @@ -160,6 +160,8 @@ typedef struct OptionsContext { int nb_filters; SpecifierOpt *pass; int nb_pass; + SpecifierOpt *passlogfiles; + int nb_passlogfiles; } OptionsContext; typedef struct InputFilter { @@ -284,6 +286,7 @@ typedef struct OutputStream { int forced_kf_index; char *forced_keyframes; + char *logfile_prefix; FILE *logfile; OutputFilter *filter; @@ -323,7 +326,6 @@ extern int nb_output_files; extern FilterGraph **filtergraphs; extern int nb_filtergraphs; -extern char *pass_logfilename_prefix; extern char *vstats_filename; extern float audio_drift_threshold; -- cgit v1.2.3