fix(linux/cuda-gl): gl:[00000501] error regression (#5310)

This commit is contained in:
Sheynar
2026-06-24 20:26:11 +03:00
committed by GitHub
parent 2c59b2e641
commit 338afe6709
4 changed files with 9 additions and 7 deletions

View File

@@ -381,7 +381,7 @@ namespace va {
}
void apply_colorspace() override {
sws.apply_colorspace(colorspace);
sws.apply_colorspace(colorspace, false);
}
va::display_t::pointer va_display;