Remove author field

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
This commit is contained in:
Vitor Sessak 2008-02-15 22:14:58 +00:00
parent daafdb6eae
commit 765f96c6e1

View 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