mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
avfilter/vf_bilateral_cuda: remove a goto which has no effect
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user