Commit 45f5bf91 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/lut: reindent after previous commit.

parent 3db3b278
...@@ -266,7 +266,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment