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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Oct 6 05:51:22 EEST 2023


Unused since 81cc0e13455baa5e6547df40dc5961d415d6fcd2.

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

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

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);
-- 
2.34.1



More information about the ffmpeg-devel mailing list