Re: [FFmpeg-devel] [PATCH] fftools/ffplay: fix crash when vk renderer is null

2024-11-02 Thread Leandro Santiago
My patch formatting was broken by my email client, and I resent it, but it created a new thread in the mailing list. Please let me know if I should resent it as a reply on the same thread. 31 Oct 2024 19:54:51 Michael Niedermayer : > On Thu, Oct 31, 2024 at 02:40:57PM +0100, Leandro Santiago wr

Re: [FFmpeg-devel] [PATCH] fftools/ffplay: fix crash when vk renderer is null

2024-10-31 Thread Michael Niedermayer
On Thu, Oct 31, 2024 at 02:40:57PM +0100, Leandro Santiago wrote: > When vulkan rendering is requested by the user and fails, ffplay should > exit graciously instead of crash due to a null pointer deref. > > Signed-off-by: Leandro Santiago > --- > fftools/ffplay.c | 5 + > 1 file changed, 5

Re: [FFmpeg-devel] [PATCH] fftools/ffplay: fix crash when vk renderer is null

2024-10-31 Thread Zhao Zhili
> On Oct 31, 2024, at 21:40, Leandro Santiago wrote: > > When vulkan rendering is requested by the user and fails, ffplay should > exit graciously instead of crash due to a null pointer deref. > > Signed-off-by: Leandro Santiago > --- > fftools/ffplay.c | 5 + > 1 file changed, 5 insertio

[FFmpeg-devel] [PATCH] fftools/ffplay: fix crash when vk renderer is null

2024-10-31 Thread Leandro Santiago
When vulkan rendering is requested by the user and fails, ffplay should exit graciously instead of crash due to a null pointer deref. Signed-off-by: Leandro Santiago --- fftools/ffplay.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index a59697276