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

lavfi/mptestsrc: raise filter_frame() error.

parent afa0b908
......@@ -355,9 +355,7 @@ static int request_frame(AVFilterLink *outlink)
}
test->frame_nb++;
ff_filter_frame(outlink, picref);
return 0;
return ff_filter_frame(outlink, picref);
}
static const AVFilterPad mptestsrc_outputs[] = {
......
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