Browse Source

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>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
6fed8a6cb0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/af_biquads.c

+ 0
- 1
libavfilter/af_biquads.c View File

@@ -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