X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fhwcontext.c;h=be1d73e82f6a38256338e759d5028a3733ad3cfd;hb=6b449a12906c494f3530d4fa282ec6c4c6aa687e;hp=1e9e91329cd27cb821756a089f91f73af30d9868;hpb=6c41eda18ec0ef48763e1672266f7563f05775a5;p=ffmpeg diff --git a/libavutil/hwcontext.c b/libavutil/hwcontext.c index 1e9e91329cd..be1d73e82f6 100644 --- a/libavutil/hwcontext.c +++ b/libavutil/hwcontext.c @@ -35,6 +35,9 @@ static const HWContextType *hw_table[] = { #if CONFIG_DXVA2 &ff_hwcontext_type_dxva2, #endif +#if CONFIG_QSV + &ff_hwcontext_type_qsv, +#endif #if CONFIG_VAAPI &ff_hwcontext_type_vaapi, #endif