mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 10:11:01 +00:00
lavfi/mandelbrot: raise filter_frame() error.
This commit is contained in:
parent
227a4b63f5
commit
afa0b90803
@ -387,9 +387,7 @@ static int request_frame(AVFilterLink *link)
|
|||||||
picref->pts = mb->pts++;
|
picref->pts = mb->pts++;
|
||||||
|
|
||||||
draw_mandelbrot(link->src, (uint32_t*)picref->data[0], picref->linesize[0]/4, picref->pts);
|
draw_mandelbrot(link->src, (uint32_t*)picref->data[0], picref->linesize[0]/4, picref->pts);
|
||||||
ff_filter_frame(link, picref);
|
return ff_filter_frame(link, picref);
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AVFilterPad mandelbrot_outputs[] = {
|
static const AVFilterPad mandelbrot_outputs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user