summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index 8383c0a67f..6287dc8577 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -85,6 +85,8 @@ typedef struct lavc_ctx {
struct vd_lavc_hwdec {
enum hwdec_type type;
+ // If non-0, get this hwdec type from the VO (for the AVHWDeviceContext).
+ enum hwdec_type interop_type;
// If not-0: the IMGFMT_ format that should be accepted in the libavcodec
// get_format callback.
int image_format;