X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fwriting_filters.txt;h=98b9c6f3d29f17ffa5ea93d7dbe858ec924eaf16;hb=b8e75a2a08b678c7c6259a125acd8fa9565b5e42;hp=5cd4ecd6a4b01b1fced38d8c24e5eb8c0087b4f0;hpb=23f447294487958e0c7e8c01b9f9abedb1c7ba78;p=ffmpeg diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt index 5cd4ecd6a4b..98b9c6f3d29 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 ---