lavfi: add new iteration API
Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2018-xx-xx - xxxxxxx - lavc 7.13.100 - avcodec.h
|
||||
Deprecate use of avfilter_register(), avfilter_register_all(),
|
||||
avfilter_next(). Add av_filter_iterate().
|
||||
|
||||
2018-03-xx - xxxxxxx - lavc 58.16.100 - avcodec.h
|
||||
Add FF_SUB_CHARENC_MODE_IGNORE.
|
||||
|
||||
|
||||
@@ -31,10 +31,8 @@ If everything went right, you should get a foobar.png with Lena edge-detected.
|
||||
That's it, your new playground is ready.
|
||||
|
||||
Some little details about what's going on:
|
||||
libavfilter/allfilters.c:avfilter_register_all() is called at runtime to create
|
||||
a list of the available filters, but it's important to know that this file is
|
||||
also parsed by the configure script, which in turn will define variables for
|
||||
the build system and the C:
|
||||
libavfilter/allfilters.c:this file is parsed by the configure script, which in turn
|
||||
will define variables for the build system and the C:
|
||||
|
||||
--- after running configure ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user