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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index 35c66fc19b..16d3251725 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -40,6 +40,7 @@ typedef struct lavc_ctx {
int hwdec_fmt;
int hwdec_w;
int hwdec_h;
+ int hwdec_profile;
} vd_ffmpeg_ctx;
struct vd_lavc_hwdec {