diff mbox series

[FFmpeg-devel] avfilter/vulkan_filter: Remove unused label

Message ID AS8P250MB07444135CC119D3C13A868448FC9A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit f62c441e7a36629d7272524237d9358e76854091
Headers show
Series [FFmpeg-devel] avfilter/vulkan_filter: Remove unused label | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 6, 2023, 2:51 a.m. UTC
Unused since 81cc0e13455baa5e6547df40dc5961d415d6fcd2.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
Will apply this today.

 libavfilter/vulkan_filter.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavfilter/vulkan_filter.c b/libavfilter/vulkan_filter.c
index f3f40465be..c77415d1be 100644
--- a/libavfilter/vulkan_filter.c
+++ b/libavfilter/vulkan_filter.c
@@ -90,7 +90,6 @@  skip:
             device_ref = frames_ctx->device_ref;
             frames_ref = NULL;
         } else {
-accept:
             frames_ref = av_buffer_ref(frames_ref);
             if (!frames_ref)
                 return AVERROR(ENOMEM);