mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| allfilters.c | ||
| avfilter.c | ||
| avfilter.h | ||
| avfiltergraph.c | ||
| avfiltergraph.h | ||
| defaults.c | ||
| formats.c | ||
| graphparser.c | ||
| graphparser.h | ||
| Makefile | ||
| parseutils.c | ||
| parseutils.h | ||
| vf_crop.c | ||
| vf_format.c | ||
| vf_null.c | ||
| vf_scale.c | ||
| vf_slicify.c | ||
| vf_vflip.c | ||