avfilter/vf_bilateral_cuda: remove a goto which has no effect

This commit is contained in:
Zhao Zhili 2025-09-26 19:44:09 +08:00 committed by Zhao Zhili
parent 4e27a4ba03
commit bb3a4de5a7

View file

@ -286,8 +286,6 @@ static int cuda_bilateral_process_internal(AVFilterContext *ctx,
AV_CEIL_RSHIFT(out->height, s->in_desc->log2_chroma_h),
out->linesize[1] >> ((s->in_plane_channels[1] > 1) ? 1 : 0),
s->window_size, s->sigmaS, s->sigmaR);
if (ret < 0)
goto exit;
exit:
for (i = 0; i < s->in_planes; i++)