mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue