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 7f45499eb1..f37f9cc4e6 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -31,6 +31,8 @@ typedef struct lavc_ctx {
int hwdec_w;
int hwdec_h;
int hwdec_profile;
+
+ bool hwdec_request_reinit;
} vd_ffmpeg_ctx;
struct vd_lavc_hwdec {