diff options
author | Robert Leatherwood <robertDOTleatherwood@earthlinknet> | 2011-05-11 00:57:42 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-11 00:57:42 +0200 |
commit | b5e089924f2b74b1b2140ba24f4ee8e0e17c7567 (patch) | |
tree | cd82954a6abfcfa5aeddaa1f85c0a39983445759 /ffmpeg.c | |
parent | aa909d300f1be6bfa2db66aa1b3e73cf6fc9231f (diff) | |
download | ffmpeg-b5e089924f2b74b1b2140ba24f4ee8e0e17c7567.tar.gz |
"Initialize" copy_tb like the other global variables.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |