diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-23 04:30:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-23 04:53:44 +0100 |
commit | 4c1f61b1e87974f1b715d69a28429c5e1616ff17 (patch) | |
tree | 1ddefd87f21ac474cfc24aac39ddd0f0ff85e3f0 /ffmpeg.h | |
parent | dda04a58993828585c932183d877e6b106b1813a (diff) | |
download | ffmpeg-4c1f61b1e87974f1b715d69a28429c5e1616ff17.tar.gz |
ffmpeg: Correct inter stream timestamp discontinuities
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -278,6 +278,7 @@ typedef struct InputFile { int eagain; /* true if last read attempt returned EAGAIN */ int ist_index; /* index of first stream in input_streams */ int64_t ts_offset; + int64_t last_ts; int nb_streams; /* number of stream that ffmpeg is aware of; may be different from ctx.nb_streams if new streams appear during av_read_frame() */ int nb_streams_warn; /* number of streams that the user was warned of */ |