diff options
author | James Almer <jamrial@gmail.com> | 2017-10-17 22:05:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-18 11:01:17 -0300 |
commit | d2917501c252d999e5478c4b804e326ac77cf37b (patch) | |
tree | 4dd22f6cfe4edcabf238e1bd1819de1f8653b737 /libavcodec/cfhd.h | |
parent | df45ea45df18d909d545cf12769caf85310bebd9 (diff) | |
download | ffmpeg-d2917501c252d999e5478c4b804e326ac77cf37b.tar.gz |
avcodec/cfhd: support cropped height tag
Ported from libav. Authored by one of the following:
Anton Khirnov <anton@khirnov.net>
Diego Biurrun <diego@biurrun.de>
Vittorio Giovara <vittorio.giovara@gmail.com>
Reviewed-by: kierank
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cfhd.h')
-rw-r--r-- | libavcodec/cfhd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h index b0a52088aa..2573e750a6 100644 --- a/libavcodec/cfhd.h +++ b/libavcodec/cfhd.h @@ -81,6 +81,7 @@ typedef struct CFHDContext { int coded_width; int coded_height; + int cropped_height; enum AVPixelFormat coded_format; int a_width; |