diff options
author | Aaron Levinson <alevinsn@aracnet.com> | 2017-04-16 18:06:37 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-04-23 16:15:05 +0200 |
commit | 8fd8f91e47f33cd82371a97ac81afc476144964f (patch) | |
tree | f035ba297f8e4d6042a340593901d493e0490ffc /libavcodec/qsvenc.h | |
parent | b22094d74901fb3ac203c8322f8d84aded470bfb (diff) | |
download | ffmpeg-8fd8f91e47f33cd82371a97ac81afc476144964f.tar.gz |
qsvenc: Make sure the interlaced encoding works
And reduce the vertical alignment constraint when possible to reduce the
memory usage.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r-- | libavcodec/qsvenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h index 13e4c47481..a6399040e9 100644 --- a/libavcodec/qsvenc.h +++ b/libavcodec/qsvenc.h @@ -79,6 +79,7 @@ typedef struct QSVEncContext { int packet_size; int width_align; + int height_align; mfxVideoParam param; mfxFrameAllocRequest req; |