[FFmpeg-cvslog] "Initialize" copy_tb like the other global variables.

Robert Leatherwood git at videolan.org
Wed May 11 00:58:27 CEST 2011


ffmpeg | branch: master | Robert Leatherwood <robertDOTleatherwood at earthlinknet> | Wed May 11 00:57:42 2011 +0200| [b5e089924f2b74b1b2140ba24f4ee8e0e17c7567] | committer: Carl Eugen Hoyos

"Initialize" copy_tb like the other global variables.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5e089924f2b74b1b2140ba24f4ee8e0e17c7567
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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



More information about the ffmpeg-cvslog mailing list