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

Andreas Rheinhardt git at videolan.org
Fri Oct 6 13:55:38 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Oct  6 04:50:36 2023 +0200| [f62c441e7a36629d7272524237d9358e76854091] | committer: Andreas Rheinhardt

avfilter/vulkan_filter: Remove unused label

Unused since 81cc0e13455baa5e6547df40dc5961d415d6fcd2.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f62c441e7a36629d7272524237d9358e76854091
---

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



More information about the ffmpeg-cvslog mailing list