X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=4b93ab1ad32908aeec5f287441967de4c3b6f3b4;hb=9fce2b8854c96eee131a0bf1a1b13b05146438a4;hp=f7178ff6f5c60c0c7ac04ccd2bcd206b9fc4395a;hpb=d64b8540751bf8debab4ebcfad6ff87c61d3c19d;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index f7178ff6f5c..4b93ab1ad32 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -165,6 +165,8 @@ typedef struct OptionsContext { int nb_copy_prior_start; SpecifierOpt *filters; int nb_filters; + SpecifierOpt *filter_scripts; + int nb_filter_scripts; SpecifierOpt *reinit_filters; int nb_reinit_filters; SpecifierOpt *fix_sub_duration; @@ -278,6 +280,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 */