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:
authorAnton Khirnov <anton@khirnov.net>2015-06-16 19:22:11 +0300
committerAnton Khirnov <anton@khirnov.net>2015-07-09 00:40:11 +0300
commit66acb76bb0492b263215ca9b4d927a7be39ace02 (patch)
treebee4bb5e7b471bd267857a29d9e4af3e65132707 /libavcodec/qsvenc.h
parent3a85397e8bb477eb34678d9edc52893f57003226 (diff)
lavc: add Intel libmfx-based HEVC encoder
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r--libavcodec/qsvenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index 05d268a948..f3a06eb784 100644
--- a/libavcodec/qsvenc.h
+++ b/libavcodec/qsvenc.h
@@ -42,6 +42,7 @@ typedef struct QSVEncContext {
mfxSession internal_session;
int packet_size;
+ int width_align;
mfxVideoParam param;
mfxFrameAllocRequest req;
@@ -56,6 +57,8 @@ typedef struct QSVEncContext {
int preset;
int avbr_accuracy;
int avbr_convergence;
+
+ char *load_plugins;
} QSVEncContext;
int ff_qsv_enc_init(AVCodecContext *avctx, QSVEncContext *q);