git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb36c0
)
Remove useless empty functions
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:07:31 +0000
(20:07 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:07:31 +0000
(20:07 +0000)
Commited in SoC by Vitor Sessak on 2007-11-04 17:20:17
Originally committed as revision 12707 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfiltergraph.c
patch
|
blob
|
history
diff --git
a/libavfilter/avfiltergraph.c
b/libavfilter/avfiltergraph.c
index
8182c85
..
649355f
100644
(file)
--- a/
libavfilter/avfiltergraph.c
+++ b/
libavfilter/avfiltergraph.c
@@
-184,7
+184,6
@@
static AVFilter vf_graph_dummy =
.priv_size = sizeof(GraphLinkContext),
.init = link_init,
- //.uninit = uninit,
.inputs = (AVFilterPad[]) {{ .name = NULL, }},
.outputs = (AVFilterPad[]) {{ .name = NULL, }},