This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfiltergraph: set deprecated filter_count.
tags/n2.0
Anton Khirnov
12 years ago
parent
bcc9432898
commit
6d0546bbaf
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavfilter/avfiltergraph.c
+ 4
- 0
libavfilter/avfiltergraph.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save