From 4ea0ab3c39331f5fb059a22b143a4142b79798f7 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 21:39:16 +0000 Subject: [PATCH] Remove no-longer accurate comment Commited in SoC by Bobby Bingham on 2007-11-04 21:21:25 Originally committed as revision 12025 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 760c01acf3..216a5fb109 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -309,7 +309,6 @@ AVFilter *avfilter_get_by_name(char *name) return NULL; } -/* FIXME: insert in order, rather than insert at end + resort */ void avfilter_register(AVFilter *filter) { struct FilterList *newfilt = av_malloc(sizeof(struct FilterList));