mirror of https://git.ffmpeg.org/ffmpeg.git
86a60fa1ac
Create a new static array containing pointers to the AVFilter definitions, so that the non-constant next filter in the AVFilter struct is not anymore required and the AVFilter definitions may be stored in shareable memory. Also change the signature for avfilter_register(), make it return an int since it may fail if there is not enough space in the static array for the registered filters. Originally committed as revision 20605 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
.. | ||
Makefile | ||
allfilters.c | ||
avfilter.c | ||
avfilter.h | ||
avfiltergraph.c | ||
avfiltergraph.h | ||
defaults.c | ||
formats.c | ||
graphparser.c | ||
graphparser.h | ||
parseutils.c | ||
parseutils.h | ||
vf_crop.c | ||
vf_format.c | ||
vf_null.c | ||
vf_scale.c | ||
vf_slicify.c | ||
vf_vflip.c |