Commit 227a4b63 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/life: raise filter_frame() error.

parent fe6077d9
......@@ -439,9 +439,7 @@ static int request_frame(AVFilterLink *outlink)
#ifdef DEBUG
show_life_grid(outlink->src);
#endif
ff_filter_frame(outlink, picref);
return 0;
return ff_filter_frame(outlink, picref);
}
static int query_formats(AVFilterContext *ctx)
......
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