diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-19 17:52:48 +0200 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-19 15:37:14 -0700 |
commit | f60a6b5853dbf656b307d06144bb20d09a9d41cb (patch) | |
tree | e1c431882e09555414b47cf9cc47e1b81051ec05 /avconv.c | |
parent | cf4976ed7b3c4efd18f6ab352de5bd61e8766b6c (diff) | |
download | ffmpeg-f60a6b5853dbf656b307d06144bb20d09a9d41cb.tar.gz |
avconv: reset input_ts_offset between files.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3065,6 +3065,7 @@ static int opt_input_file(const char *opt, const char *filename) audio_channels = 0; audio_sample_fmt = AV_SAMPLE_FMT_NONE; av_dict_free(&ts_scale); + input_ts_offset = 0; for (i = 0; i < orig_nb_streams; i++) av_dict_free(&opts[i]); |