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
pull/126/head
Vitor Sessak 17 years ago
parent daafdb6eae
commit 765f96c6e1
  1. 1
      libavfilter/avfilter.h

@ -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

Loading…
Cancel
Save