X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=9f6bd96b1f4bdc611d4d87f02c677788523ee9e7;hb=f0f75dfa344c42ca6f6d49155e4f6d97b955bf4f;hp=409525c2eb4f271727328d0911bc73adc2e4acd5;hpb=1ac4797d1998a894eccc5fe68396c7df1abd2093;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 409525c2eb4..9f6bd96b1f4 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -51,6 +51,7 @@ #define VSYNC_PASSTHROUGH 0 #define VSYNC_CFR 1 #define VSYNC_VFR 2 +#define VSYNC_VSCFR 0xfe #define VSYNC_DROP 0xff #define MAX_STREAMS 1024 /* arbitrary sanity check value */ @@ -281,6 +282,7 @@ typedef struct InputFile { int eof_reached; /* true if eof reached */ int eagain; /* true if last read attempt returned EAGAIN */ int ist_index; /* index of first stream in input_streams */ + int64_t input_ts_offset; int64_t ts_offset; int64_t last_ts; int64_t start_time; /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */