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>
pull/371/head
Andreas Rheinhardt 4 years ago
parent 2d48b69b3d
commit 6fed8a6cb0
  1. 1
      libavfilter/af_biquads.c

@ -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…
Cancel
Save