]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'
[ffmpeg] / ffmpeg.h
index 9050202318b6d69a8305350639735ba367addf2b..71061daff6067774858602fb5c719d72c9c6bef3 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -92,6 +92,7 @@ typedef struct OptionsContext {
 
     /* input/output options */
     int64_t start_time;
+    int seek_timestamp;
     const char *format;
 
     SpecifierOpt *codec_names;
@@ -339,6 +340,7 @@ typedef struct InputFile {
     int64_t ts_offset;
     int64_t last_ts;
     int64_t start_time;   /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
+    int seek_timestamp;
     int64_t recording_time;
     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() */