Commit cba79d21 authored by Mans Rullgard's avatar Mans Rullgard

avconv: remove unused variable opt_shortest

This was replaced with a per-file value in 3c0df905.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent efab2e00
...@@ -69,7 +69,6 @@ int do_hex_dump = 0; ...@@ -69,7 +69,6 @@ int do_hex_dump = 0;
int do_pkt_dump = 0; int do_pkt_dump = 0;
int copy_ts = 0; int copy_ts = 0;
int copy_tb = 1; int copy_tb = 1;
int opt_shortest = 0;
int exit_on_error = 0; int exit_on_error = 0;
int print_stats = 1; int print_stats = 1;
int qp_hist = 0; int qp_hist = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment