mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_biquads: Don't redundantly set AVClass
It is already set generically in ff_filter_alloc(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2d48b69b3d
commit
6fed8a6cb0
|
@ -873,7 +873,6 @@ AVFILTER_DEFINE_CLASS(name_); \
|
|||
static av_cold int name_##_init(AVFilterContext *ctx) \
|
||||
{ \
|
||||
BiquadsContext *s = ctx->priv; \
|
||||
s->class = &name_##_class; \
|
||||
s->filter_type = name_; \
|
||||
return 0; \
|
||||
} \
|
||||
|
|
Loading…
Reference in New Issue