Commit b5e08992 authored by Robert Leatherwood's avatar Robert Leatherwood Committed by Carl Eugen Hoyos

"Initialize" copy_tb like the other global variables.

parent aa909d30
......@@ -221,7 +221,7 @@ static int video_sync_method= -1;
static int audio_sync_method= 0;
static float audio_drift_threshold= 0.1;
static int copy_ts= 0;
static int copy_tb;
static int copy_tb= 0;
static int opt_shortest = 0;
static int video_global_header = 0;
static char *vstats_filename;
......
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