summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-06-16 18:22:11 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-25 17:37:01 +0200
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;