mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/cellauto: raise filter_frame() error.
This commit is contained in:
parent
f32fee570a
commit
fe6077d902
|
@ -318,9 +318,7 @@ static int request_frame(AVFilterLink *outlink)
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
show_cellauto_row(outlink->src);
|
show_cellauto_row(outlink->src);
|
||||||
#endif
|
#endif
|
||||||
ff_filter_frame(outlink, picref);
|
return ff_filter_frame(outlink, picref);
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int query_formats(AVFilterContext *ctx)
|
static int query_formats(AVFilterContext *ctx)
|
||||||
|
|
Loading…
Reference in New Issue