summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-12-07 15:04:57 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 22:06:04 +0100
commita001ce31bc2bcf875a39b5fb22dae49120293b42 (patch)
tree50a7e278654b31b3e90c3892013e3ce8376c1985 /libavutil/hwcontext_internal.h
parent89923e418b494e337683442ab896d754bc07341a (diff)
hwcontext: add a VDPAU implementation
Diffstat (limited to 'libavutil/hwcontext_internal.h')
-rw-r--r--libavutil/hwcontext_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/hwcontext_internal.h b/libavutil/hwcontext_internal.h
index acc775ccc5..54f8d1050e 100644
--- a/libavutil/hwcontext_internal.h
+++ b/libavutil/hwcontext_internal.h
@@ -86,4 +86,6 @@ struct AVHWFramesInternal {
AVBufferPool *pool_internal;
};
+extern const HWContextType ff_hwcontext_type_vdpau;
+
#endif /* AVUTIL_HWCONTEXT_INTERNAL_H */