]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_biquads.c
avcodec/vaapi: Remove old and deprecated VAAPI context and header
[ffmpeg] / libavfilter / af_biquads.c
index 4774dfc5b6abb6605d6ddaaa8fa52829946b8117..4a09f8204aefa829e6cf71d80f13b73b29f5480b 100644 (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;                                                           \
 }                                                                       \