diff options
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r-- | video/decode/dec_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 4ba052afd1..021abaaf22 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -51,6 +51,7 @@ extern int divx_quality; // The VO can set the context pointer for supported APIs. struct mp_hwdec_info { struct mp_vdpau_ctx *vdpau_ctx; + struct mp_vaapi_ctx *vaapi_ctx; }; #endif /* MPLAYER_DEC_VIDEO_H */ |