projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8f618f4
)
Remove no-longer accurate comment
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 21:39:16 +0000
(21:39 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 21:39:16 +0000
(21:39 +0000)
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
patch
|
blob
|
blame
|
history
diff --git
a/libavfilter/avfilter.c
b/libavfilter/avfilter.c
index
760c01a
..
216a5fb
100644
(file)
--- 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));