From: Dave Airlie
This fixes decoding av1-1-b8-22-svc-L2T1.ivf
while not breaking other videos.
---
libavcodec/vulkan_av1.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vulkan_av1.c b/libavcodec/vulkan_av1.c
index 91e44ba803..005998b1bd 100644
--- a/libavc
From: Dave Airlie
av1-1-b8-03-sizeup.ivf on vulkan causes gpu hangs as none of the
images get resized when dimensions change, this detects the dim
change and calls the get_format to reinit the context.
---
libavcodec/av1dec.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
di