diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:58 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:58 +0000 |
commit | 765f96c6e1b9da86990ac8adaad45b59193eaf17 (patch) | |
tree | 0de11ef69adc0c31d1289b6cca34035c3ec08976 /libavfilter/avfilter.h | |
parent | daafdb6eaec590d5bdf498ac4062b85ebbf24834 (diff) | |
download | ffmpeg-765f96c6e1b9da86990ac8adaad45b59193eaf17.tar.gz |
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/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 1 |
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 |