]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
avformat/mov: Avoid float usage in yuv_to_rgba()
[ffmpeg] / ffmpeg.h
index 71061daff6067774858602fb5c719d72c9c6bef3..7fd129a2837f15b26247e234a212541be24df65d 100644 (file)
--- 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;
@@ -402,6 +405,7 @@ typedef struct OutputStream {
     AVRational frame_rate;
     int force_fps;
     int top_field_first;
+    int rotate_overridden;
 
     AVRational frame_aspect_ratio;