summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:13 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:13 +0000
commit9958f07a81479fd57af8da5d230a3163f57e3b0b (patch)
treeaaa48205aebbffeaa68f7e3e3446ff3c7e2e24c6 /libavfilter/avfiltergraph.c
parent2b0524396029052004edcc63e21f96abf7ff3e19 (diff)
Remove author field
Suggested by Baptiste Coudurier Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27 Originally committed as revision 12722 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r--libavfilter/avfiltergraph.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index ae2c531a5e..1c126e9567 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -156,7 +156,6 @@ static void link_out_draw_slice(AVFilterLink *link, int y, int height)
static AVFilter vf_graph_dummy =
{
.name = "graph_dummy",
- .author = "Bobby Bingham",
.priv_size = sizeof(GraphLinkContext),
@@ -593,7 +592,6 @@ fail:
AVFilter avfilter_vf_graph =
{
.name = "graph",
- .author = "Bobby Bingham",
.priv_size = sizeof(GraphContext),
@@ -634,7 +632,6 @@ fail:
AVFilter avfilter_vf_graphdesc =
{
.name = "graph_desc",
- .author = "Bobby Bingham",
.priv_size = sizeof(GraphContext),
@@ -665,7 +662,6 @@ static int init_file(AVFilterContext *ctx, const char *args, void *opaque)
AVFilter avfilter_vf_graphfile =
{
.name = "graph_file",
- .author = "Bobby Bingham",
.priv_size = sizeof(GraphContext),