From b5e089924f2b74b1b2140ba24f4ee8e0e17c7567 Mon Sep 17 00:00:00 2001
From: Robert Leatherwood <robertDOTleatherwood@earthlinknet>
Date: Wed, 11 May 2011 00:57:42 +0200
Subject: [PATCH] "Initialize" copy_tb like the other global variables.

---
 ffmpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 450fc616c9d..74461d368fa 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;
-- 
GitLab