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:
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 07183c2a61..b8076c5b28 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 */