aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-03 19:33:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-03 19:38:13 +0100
commit9af8179cdb5eb05e9b29b0a4d0c363d22b674e95 (patch)
tree65f645bfc25e9d83762efbd6b2f5ba2984ba49ee /ffmpeg_opt.c
parentf2cb993139415bd5cadf70d01a9a32a97974df68 (diff)
downloadandroid_external_ffmpeg-9af8179cdb5eb05e9b29b0a4d0c363d22b674e95.tar.gz
android_external_ffmpeg-9af8179cdb5eb05e9b29b0a4d0c363d22b674e95.tar.bz2
android_external_ffmpeg-9af8179cdb5eb05e9b29b0a4d0c363d22b674e95.zip
ffmpeg: fix -stats -v 0
Fixes Ticket1687 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 22d6e4126f..8d198f82de 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -81,7 +81,7 @@ int copy_ts = 0;
int copy_tb = -1;
int debug_ts = 0;
int exit_on_error = 0;
-int print_stats = 1;
+int print_stats = -1;
int qp_hist = 0;
int stdin_interaction = 1;
int frame_bits_per_raw_sample = 0;