diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:39:16 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:39:16 +0000 |
commit | 4ea0ab3c39331f5fb059a22b143a4142b79798f7 (patch) | |
tree | 3ee90ce0022022ac00990190e1b66b0ff9ca2ad0 /libavfilter/avfilter.c | |
parent | 8f618f4c048e3579b62768665c255b89bd99b89f (diff) | |
download | ffmpeg-4ea0ab3c39331f5fb059a22b143a4142b79798f7.tar.gz |
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
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |