diff options
author | Josh de Kock <josh@itanimul.li> | 2018-02-18 17:20:26 +0000 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2018-03-31 23:26:30 +0100 |
commit | 8f1382f80e0d4184c54c14afdda6482f050fbba7 (patch) | |
tree | 6e74cd8e4cce3e386a22fd5bf891ea3819802ee9 /doc/writing_filters.txt | |
parent | cda43940da872ebc15bc1f676fe81b544196446d (diff) | |
download | ffmpeg-8f1382f80e0d4184c54c14afdda6482f050fbba7.tar.gz |
lavfi: add new iteration API
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'doc/writing_filters.txt')
-rw-r--r-- | doc/writing_filters.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt index 5cd4ecd6a4..98b9c6f3d2 100644 --- a/doc/writing_filters.txt +++ b/doc/writing_filters.txt @@ -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 --- |