From 765f96c6e1b9da86990ac8adaad45b59193eaf17 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:14:58 +0000 Subject: 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 --- libavfilter/avfilter.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index e3345fb1e6..5aec139374 100644 --- a/libavfilter/avfilter.h +++ b/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 -- cgit v1.2.3