summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-23 04:30:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-23 04:53:44 +0100
commit4c1f61b1e87974f1b715d69a28429c5e1616ff17 (patch)
tree1ddefd87f21ac474cfc24aac39ddd0f0ff85e3f0 /ffmpeg.h
parentdda04a58993828585c932183d877e6b106b1813a (diff)
ffmpeg: Correct inter stream timestamp discontinuities
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index f7178ff6f5..9a86b506a0 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -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 */