0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

ra_pl: add missing initializer

This commit is contained in:
Kacper Michajłow 2023-11-24 02:09:33 +01:00 committed by sfan5
parent cb29cbe1ba
commit e27eb3dead

View File

@ -534,7 +534,7 @@ static void renderpass_run_pl(struct ra *ra,
.data = val->data,
});
} else {
struct pl_desc_binding bind;
struct pl_desc_binding bind = {0};
switch (inp->type) {
case RA_VARTYPE_TEX:
case RA_VARTYPE_IMG_W: {