[client] egl: fix bgr filter re-init if DMA mode changes

This commit is contained in:
Geoffrey McRae 2023-11-07 21:52:10 +11:00
parent f991f994f0
commit ad13928c73

View File

@ -131,6 +131,7 @@ static bool egl_filterBGRtoBGRASetup(EGL_Filter * filter,
egl_shaderGetUniform(this->shader, "outputSize"); egl_shaderGetUniform(this->shader, "outputSize");
this->useDMA = useDMA; this->useDMA = useDMA;
this->prepared = false;
} }
if (this->prepared && if (this->prepared &&