OSDN Git Service

Remove author field
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:58 +0000 (22:14 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:58 +0000 (22:14 +0000)
Suggested by Baptiste Coudurier

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

Originally committed as revision 12116 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index e3345fb..5aec139 100644 (file)
@@ -322,7 +322,6 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
 typedef struct
 {
     const char *name;         ///< filter name
-    const char *author;       ///< filter author
 
     int priv_size;      ///< size of private data to allocate for the filter