]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
img2dec: use standard way to probe for svg/svgz files
[ffmpeg] / ffmpeg.h
index d34561275a9519555df64f373d3d291cba8234ed..854ed1924a3777c625aad883943cd1497116cf2e 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -226,6 +226,8 @@ typedef struct OptionsContext {
     int        nb_program;
     SpecifierOpt *time_bases;
     int        nb_time_bases;
+    SpecifierOpt *enc_time_bases;
+    int        nb_enc_time_bases;
 } OptionsContext;
 
 typedef struct InputFilter {
@@ -453,6 +455,7 @@ typedef struct OutputStream {
     int64_t last_mux_dts;
     // the timebase of the packets sent to the muxer
     AVRational mux_timebase;
+    AVRational enc_timebase;
 
     int                    nb_bitstream_filters;
     uint8_t                  *bsf_extradata_updated;