diff options
author | Mans Rullgard | 2012-08-25 11:41:13 +0100 |
---|---|---|
committer | Mans Rullgard | 2012-08-25 23:29:48 +0100 |
commit | cba79d2123bb1626c915cc93a650940b5ebd08b9 (patch) | |
tree | f49d159a1d357101e22298f9fc3dfe02494cc555 /avconv_opt.c | |
parent | efab2e004a9268dd5f5f88eed20d8cf41627cf2c (diff) |
avconv: remove unused variable opt_shortest
This was replaced with a per-file value in 3c0df90.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'avconv_opt.c')
-rw-r--r-- | avconv_opt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv_opt.c b/avconv_opt.c index 972453f804..4e483de8ab 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; |