lavfi/cellauto: raise filter_frame() error.
This commit is contained in:
parent
f32fee570a
commit
fe6077d902
1 changed files with 1 additions and 3 deletions
|
|
@ -318,9 +318,7 @@ static int request_frame(AVFilterLink *outlink)
|
|||
#ifdef DEBUG
|
||||
show_cellauto_row(outlink->src);
|
||||
#endif
|
||||
ff_filter_frame(outlink, picref);
|
||||
|
||||
return 0;
|
||||
return ff_filter_frame(outlink, picref);
|
||||
}
|
||||
|
||||
static int query_formats(AVFilterContext *ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue