avfilter/vf_bilateral_cuda: remove a goto which has no effect
This commit is contained in:
parent
4e27a4ba03
commit
bb3a4de5a7
1 changed files with 0 additions and 2 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue