mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
ra_pl: add missing initializer
This commit is contained in:
parent
cb29cbe1ba
commit
e27eb3dead
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user