lavfi/edgedetect: reindent after previous commit.
This commit is contained in:
parent
e366aec030
commit
e7692a9bac
@ -263,12 +263,12 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
|||||||
direct = 1;
|
direct = 1;
|
||||||
out = in;
|
out = in;
|
||||||
} else {
|
} else {
|
||||||
out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
|
out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
|
||||||
if (!out) {
|
if (!out) {
|
||||||
av_frame_free(&in);
|
av_frame_free(&in);
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
}
|
}
|
||||||
av_frame_copy_props(out, in);
|
av_frame_copy_props(out, in);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gaussian filter to reduce noise */
|
/* gaussian filter to reduce noise */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user