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-25 18:37:01 +0300
commit41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986 (patch)
treeb58c8c161b8f6118fe87de59d6c9c7b636ce5ae8 /libavcodec/qsvdec.h
parentbf52f773913cf74bdf0d2c8c2cb4473fa1b7801e (diff)
lavc: add Intel libmfx-based HEVC decoder.
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r--libavcodec/qsvdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h
index d5f2bce254..5627f06e13 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -59,6 +59,8 @@ typedef struct QSVContext {
int async_depth;
int iopattern;
+ char *load_plugins;
+
mfxExtBuffer **ext_buffers;
int nb_ext_buffers;
} QSVContext;