Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfilter.h')
-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