]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()
[ffmpeg] / ffmpeg.h
index ebe5bf04061a4d3163dcc57479bb8ffb7a8d61e0..75bf50ec29d307e509e957db8ec89b490dff841a 100644 (file)
--- 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);