]> git.sesse.net Git - ffmpeg/blobdiff - fftools/ffmpeg.h
fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale
[ffmpeg] / fftools / ffmpeg.h
index 828cb2a4ff92de88fceae88b047b1b43b762e0ad..6e3f2545c75cfbbc22152ec6fa924703ec41a5e2 100644 (file)
@@ -229,6 +229,8 @@ typedef struct OptionsContext {
     int        nb_time_bases;
     SpecifierOpt *enc_time_bases;
     int        nb_enc_time_bases;
+    SpecifierOpt *autoscale;
+    int        nb_autoscale;
 } OptionsContext;
 
 typedef struct InputFilter {
@@ -479,6 +481,7 @@ typedef struct OutputStream {
     int force_fps;
     int top_field_first;
     int rotate_overridden;
+    int autoscale;
     double rotate_override_value;
 
     AVRational frame_aspect_ratio;