Introduce first_avfilter and use that, together with AVFilter.next,
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 27 Oct 2009 19:52:14 +0000 (19:52 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 27 Oct 2009 19:52:14 +0000 (19:52 +0000)
commit3555d2e88e2ad11c6368074469b8881c50934cb9
treeb156b8663b3378a3fe59f9a20f713671511117c0
parent290d4a44f18634ac5590c851abc26735acd560df
Introduce first_avfilter and use that, together with AVFilter.next,
for registering and finding filters, rather than use the struct
AVFilterList, which is removed.

Simplify the filter registration management code.

Originally committed as revision 20387 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfilter.c