]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
configure: instruct MSVC 2015 to properly process UTF-8 string literals
[ffmpeg] / ffmpeg.h
index ebe5bf04061a4d3163dcc57479bb8ffb7a8d61e0..458bb8a3dc280623494657db2a8ea2cbe9369dd2 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 {
@@ -595,6 +597,7 @@ extern char *videotoolbox_pixfmt;
 
 extern int filter_nbthreads;
 extern int filter_complex_nbthreads;
+extern int vstats_version;
 
 extern const AVIOInterruptCB int_cb;
 
@@ -602,6 +605,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);