[FFmpeg-cvslog] r12025 - trunk/libavfilter/avfilter.c

vitor subversion
Fri Feb 15 22:39:16 CET 2008


Author: vitor
Date: Fri Feb 15 22:39:16 2008
New Revision: 12025

Log:
Remove no-longer accurate comment

Commited in SoC by Bobby Bingham on 2007-11-04 21:21:25


Modified:
   trunk/libavfilter/avfilter.c

Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c	(original)
+++ trunk/libavfilter/avfilter.c	Fri Feb 15 22:39:16 2008
@@ -309,7 +309,6 @@ AVFilter *avfilter_get_by_name(char *nam
     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));




More information about the ffmpeg-cvslog mailing list