lavfi: deprecate default config_props() callback and refactor avfilter_config_links()
authorMina Nagy Zaki <mnzaki@gmail.com>
Thu, 4 Aug 2011 12:47:00 +0000 (15:47 +0300)
committerAnton Khirnov <anton@khirnov.net>
Tue, 22 May 2012 19:32:57 +0000 (21:32 +0200)
commit88c3b87bd81829d1b7171cb26e5ef5a564dbd96a
tree5285cf29a2be26bf25dc7d10fa5187e4f677f93c
parentccefa89f398a30dcd24044621ec7013387aeb455
lavfi: deprecate default config_props() callback and refactor avfilter_config_links()

Link properties have to be checked after config_props() is called to
make sure everything is sane, so the default config_props() for output
links was redundant.

Remove now empty defaults.c

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/Makefile
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/defaults.c [deleted file]
libavfilter/version.h