OSDN Git Service

"Initialize" copy_tb like the other global variables.
authorRobert Leatherwood <robertDOTleatherwood@earthlinknet>
Tue, 10 May 2011 22:57:42 +0000 (00:57 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 10 May 2011 22:57:42 +0000 (00:57 +0200)
ffmpeg.c

index 450fc61..74461d3 100644 (file)
--- 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;