summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 71061daff6..800bd0ab0e 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -122,6 +122,8 @@ typedef struct OptionsContext {
int nb_hwaccels;
SpecifierOpt *hwaccel_devices;
int nb_hwaccel_devices;
+ SpecifierOpt *autorotate;
+ int nb_autorotate;
/* output options */
StreamMap *stream_maps;
@@ -276,6 +278,7 @@ typedef struct InputStream {
int top_field_first;
int guess_layout_max;
+ int autorotate;
int resample_height;
int resample_width;
int resample_pix_fmt;