mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
Remove useless empty functions
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
This commit is contained in:
@@ -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, }},
|
||||
|
||||
Reference in New Issue
Block a user