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:
@@ -322,7 +322,6 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
const char *name; ///< filter name
|
const char *name; ///< filter name
|
||||||
const char *author; ///< filter author
|
|
||||||
|
|
||||||
int priv_size; ///< size of private data to allocate for the filter
|
int priv_size; ///< size of private data to allocate for the filter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user