-
- Downloads
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
Since we do not support "standalone" filters not attached to an AVFilterGraph, we should not have a public function to create such filters. In addition that function is horribly named, the action it does cannot be possibly described as "opening" a filter.
Showing
- doc/APIchanges 1 addition, 0 deletionsdoc/APIchanges
- libavfilter/avfilter.c 13 additions, 7 deletionslibavfilter/avfilter.c
- libavfilter/avfilter.h 24 additions, 2 deletionslibavfilter/avfilter.h
- libavfilter/avfiltergraph.c 30 additions, 4 deletionslibavfilter/avfiltergraph.c
- libavfilter/graphparser.c 2 additions, 7 deletionslibavfilter/graphparser.c
- libavfilter/internal.h 10 additions, 0 deletionslibavfilter/internal.h
- libavfilter/version.h 3 additions, 0 deletionslibavfilter/version.h
Loading
Please register or sign in to comment