summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 22:14:58 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 22:14:58 +0000
commit765f96c6e1b9da86990ac8adaad45b59193eaf17 (patch)
tree0de11ef69adc0c31d1289b6cca34035c3ec08976 /libavfilter
parentdaafdb6eaec590d5bdf498ac4062b85ebbf24834 (diff)
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
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h1
1 files changed, 0 insertions, 1 deletions
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