X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=71061daff6067774858602fb5c719d72c9c6bef3;hb=954b5e340e8ea930f13a9ff2f3a7cbf7ccb3d989;hp=9050202318b6d69a8305350639735ba367addf2b;hpb=57f49fa0edafd82315aa3a409ce1051f7dea6981;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 9050202318b..71061daff60 100644 --- 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() */