Commit a0a5e56a authored by vitor's avatar vitor

Remove author field

Suggested by Baptiste Coudurier

Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12722 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4de9b7d3
...@@ -156,7 +156,6 @@ static void link_out_draw_slice(AVFilterLink *link, int y, int height) ...@@ -156,7 +156,6 @@ static void link_out_draw_slice(AVFilterLink *link, int y, int height)
static AVFilter vf_graph_dummy = static AVFilter vf_graph_dummy =
{ {
.name = "graph_dummy", .name = "graph_dummy",
.author = "Bobby Bingham",
.priv_size = sizeof(GraphLinkContext), .priv_size = sizeof(GraphLinkContext),
...@@ -593,7 +592,6 @@ fail: ...@@ -593,7 +592,6 @@ fail:
AVFilter avfilter_vf_graph = AVFilter avfilter_vf_graph =
{ {
.name = "graph", .name = "graph",
.author = "Bobby Bingham",
.priv_size = sizeof(GraphContext), .priv_size = sizeof(GraphContext),
...@@ -634,7 +632,6 @@ fail: ...@@ -634,7 +632,6 @@ fail:
AVFilter avfilter_vf_graphdesc = AVFilter avfilter_vf_graphdesc =
{ {
.name = "graph_desc", .name = "graph_desc",
.author = "Bobby Bingham",
.priv_size = sizeof(GraphContext), .priv_size = sizeof(GraphContext),
...@@ -665,7 +662,6 @@ static int init_file(AVFilterContext *ctx, const char *args, void *opaque) ...@@ -665,7 +662,6 @@ static int init_file(AVFilterContext *ctx, const char *args, void *opaque)
AVFilter avfilter_vf_graphfile = AVFilter avfilter_vf_graphfile =
{ {
.name = "graph_file", .name = "graph_file",
.author = "Bobby Bingham",
.priv_size = sizeof(GraphContext), .priv_size = sizeof(GraphContext),
......
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