X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=75bf50ec29d307e509e957db8ec89b490dff841a;hb=61164112a51ca0a3c71d967894cb5c5b03c69183;hp=ebe5bf04061a4d3163dcc57479bb8ffb7a8d61e0;hpb=a478ae39388bbe534889f7007f1d4b769224343e;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index ebe5bf04061..75bf50ec29d 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -224,6 +224,8 @@ typedef struct OptionsContext { int nb_disposition; SpecifierOpt *program; int nb_program; + SpecifierOpt *time_bases; + int nb_time_bases; } OptionsContext; typedef struct InputFilter { @@ -602,6 +604,9 @@ extern const OptionDef options[]; extern const HWAccel hwaccels[]; extern int hwaccel_lax_profile_check; extern AVBufferRef *hw_device_ctx; +#if CONFIG_QSV +extern char *qsv_device; +#endif void term_init(void);