mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vulkan_filter: Remove unused label
Unused since 81cc0e1345
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
d58e0af55c
commit
f62c441e7a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue