Don't use dummy surface for vaCreateContext (#87)

Mesa ignores this parameter.

[ROCm/rocjpeg commit: ed919ec7d4]
此提交包含在:
David Rosca
2024-12-03 14:49:57 +01:00
提交者 GitHub
父節點 83948fb659
當前提交 452c6acd2d
共有 2 個檔案被更改,包括 1 行新增21 行删除
-1
查看文件
@@ -346,7 +346,6 @@ private:
uint32_t max_picture_height_; // The maximum height of the picture
VADisplay va_display_; // The VAAPI display
VAContextID va_context_id_; // The VAAPI context ID
VASurfaceID va_surface_id_; // The VAAPI surface IDs
std::vector<VAConfigAttrib> va_config_attrib_; // The VAAPI configuration attributes
VAConfigID va_config_id_; // The VAAPI configuration ID
VAProfile va_profile_; // The VAAPI profile