diff options
author | Ivan Uskov <ivan.uskov@nablet.com> | 2015-07-09 16:49:36 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-07-09 17:46:18 +0200 |
commit | dbf8352a2e8710014d5234e8e2c8294758c1ec62 (patch) | |
tree | da9527f1749a02d79fdd00557a9461d37beb87f0 /libavcodec/qsvenc.h | |
parent | 7ee935ba5c29832626a3fe0ca07fd2b06c513d31 (diff) | |
download | ffmpeg-dbf8352a2e8710014d5234e8e2c8294758c1ec62.tar.gz |
libavcodec/qsvenc.c: Fix for too agressive height alignment during frame encoding which may be reason of superflous frame copying.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 530754cf1e..8195d9b049 100644 --- a/libavcodec/qsvenc.h +++ b/libavcodec/qsvenc.h @@ -43,6 +43,7 @@ typedef struct QSVEncContext { int packet_size; int width_align; + int height_align; mfxVideoParam param; mfxFrameAllocRequest req; |