mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
8f618f4c04
commit
4ea0ab3c39
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user