Commit 7cbb9948 authored by vitor's avatar vitor

Remove useless empty functions

Commited in SoC by Vitor Sessak on 2007-11-04 17:20:17


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12707 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b7695f6
...@@ -184,7 +184,6 @@ static AVFilter vf_graph_dummy = ...@@ -184,7 +184,6 @@ static AVFilter vf_graph_dummy =
.priv_size = sizeof(GraphLinkContext), .priv_size = sizeof(GraphLinkContext),
.init = link_init, .init = link_init,
//.uninit = uninit,
.inputs = (AVFilterPad[]) {{ .name = NULL, }}, .inputs = (AVFilterPad[]) {{ .name = NULL, }},
.outputs = (AVFilterPad[]) {{ .name = NULL, }}, .outputs = (AVFilterPad[]) {{ .name = NULL, }},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment