summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorSasi Inguva <isasi-at-google.com@ffmpeg.org>2017-01-25 16:41:44 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-27 22:16:37 +0100
commit03e42a4fecae42eec4687fd6f1e1c504303f9b83 (patch)
tree33c8dab0dedf6e91993aee433eebc5cd5b42c5c6 /ffmpeg_opt.c
parente4a1d87ef88d57cca21ec425120c6a370fdb0210 (diff)
ffmpeg.c: Add output file index and stream index to vstats file.
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index b1a62e8620..6a47d32b53 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -121,7 +121,7 @@ int frame_bits_per_raw_sample = 0;
float max_error_rate = 2.0/3;
int filter_nbthreads = 0;
int filter_complex_nbthreads = 0;
-int vstats_version = 1;
+int vstats_version = 2;
static int intra_only = 0;