mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -385,7 +385,9 @@ static const char *filter_name(void *p)
|
||||
|
||||
static const AVClass avfilter_class = {
|
||||
"AVFilter",
|
||||
filter_name
|
||||
filter_name,
|
||||
NULL,
|
||||
LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name)
|
||||
|
Reference in New Issue
Block a user