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:
authorZhong Li <zhong.li@intel.com>2019-03-26 02:40:54 +0300
committerZhong Li <zhong.li@intel.com>2019-03-28 16:48:09 +0300
commitb47446cc39d9dbdd314b391d256447bc697de848 (patch)
tree3f8c822cb0a9b9036f87a4088bd46f0ac5161e2a /libavcodec/qsvenc.h
parent81ae387a265de856b63dc953c4195904360b7e98 (diff)
lavc/qsvenc: make the queried libmfx version easily reused
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r--libavcodec/qsvenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index 00afbd80aa..fcd01f4a61 100644
--- a/libavcodec/qsvenc.h
+++ b/libavcodec/qsvenc.h
@@ -131,6 +131,8 @@ typedef struct QSVEncContext {
QSVFramesContext frames_ctx;
+ mfxVersion ver;
+
// options set by the caller
int async_depth;
int idr_interval;