[FFmpeg-cvslog] r12722 - trunk/libavfilter/avfiltergraph.c
vitor
subversion
Fri Apr 4 22:08:14 CEST 2008
Author: vitor
Date: Fri Apr 4 22:08:13 2008
New Revision: 12722
Log:
Remove author field
Suggested by Baptiste Coudurier
Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27
Modified:
trunk/libavfilter/avfiltergraph.c
Modified: trunk/libavfilter/avfiltergraph.c
==============================================================================
--- trunk/libavfilter/avfiltergraph.c (original)
+++ trunk/libavfilter/avfiltergraph.c Fri Apr 4 22:08:13 2008
@@ -156,7 +156,6 @@ static void link_out_draw_slice(AVFilter
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 *ct
AVFilter avfilter_vf_graphfile =
{
.name = "graph_file",
- .author = "Bobby Bingham",
.priv_size = sizeof(GraphContext),
More information about the ffmpeg-cvslog
mailing list