[FFmpeg-cvslog] avconv: remove unused variable opt_shortest
Mans Rullgard
git at videolan.org
Sun Aug 26 02:42:01 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Aug 25 11:41:13 2012 +0100| [cba79d2123bb1626c915cc93a650940b5ebd08b9] | committer: Mans Rullgard
avconv: remove unused variable opt_shortest
This was replaced with a per-file value in 3c0df90.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cba79d2123bb1626c915cc93a650940b5ebd08b9
---
avconv_opt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/avconv_opt.c b/avconv_opt.c
index 972453f..4e483de 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -69,7 +69,6 @@ int do_hex_dump = 0;
int do_pkt_dump = 0;
int copy_ts = 0;
int copy_tb = 1;
-int opt_shortest = 0;
int exit_on_error = 0;
int print_stats = 1;
int qp_hist = 0;
More information about the ffmpeg-cvslog
mailing list