mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavfi/lut: reindent after previous commit.
This commit is contained in:
parent
3db3b278f2
commit
45f5bf917b
@ -266,7 +266,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
|||||||
direct = 1;
|
direct = 1;
|
||||||
out = in;
|
out = in;
|
||||||
} else {
|
} else {
|
||||||
/* TODO reindent */
|
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user