diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-02 22:39:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-02 22:39:00 +0200 |
commit | f5b26fbc2f564831b337f1de9faaaf6753a03871 (patch) | |
tree | d6983d185fdc2a2df77795a739493c0569872e2c /ffmpeg.h | |
parent | deedf3e590027e53cf999b11a25fc9be9615b5f2 (diff) | |
parent | 16302246b1fcb7ad4e6f7bd31c49956a455336d2 (diff) | |
download | ffmpeg-f5b26fbc2f564831b337f1de9faaaf6753a03871.tar.gz |
Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2'
* commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2':
avconv: Add an option for automatically rotating video according to display matrix
Conflicts:
Changelog
ffmpeg_opt.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |