avfiltergraph: set deprecated filter_count.
This commit is contained in:
parent
bcc9432898
commit
6d0546bbaf
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ int avfilter_graph_add_filter(AVFilterGraph *graph, AVFilterContext *filter)
|
|||
graph->filters = filters;
|
||||
graph->filters[graph->nb_filters++] = filter;
|
||||
|
||||
#if FF_API_FOO_COUNT
|
||||
graph->filter_count = graph->nb_filters;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue