Browse Source

"Initialize" copy_tb like the other global variables.

tags/n0.8
Robert Leatherwood Carl Eugen Hoyos 14 years ago
parent
commit
b5e089924f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -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;


Loading…
Cancel
Save