summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorRobert Leatherwood <robertDOTleatherwood@earthlinknet>2011-05-11 00:57:42 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-05-11 00:57:42 +0200
commitb5e089924f2b74b1b2140ba24f4ee8e0e17c7567 (patch)
treecd82954a6abfcfa5aeddaa1f85c0a39983445759 /ffmpeg.c
parentaa909d300f1be6bfa2db66aa1b3e73cf6fc9231f (diff)
"Initialize" copy_tb like the other global variables.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 450fc616c9..74461d368f 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;