Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Levinson <alevinsn@aracnet.com>2017-04-17 04:06:37 +0300
committerLuca Barbato <lu_zero@gentoo.org>2017-04-23 17:15:05 +0300
commit8fd8f91e47f33cd82371a97ac81afc476144964f (patch)
treef035ba297f8e4d6042a340593901d493e0490ffc /libavcodec/qsvenc.h
parentb22094d74901fb3ac203c8322f8d84aded470bfb (diff)
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.h1
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;