X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_headphone.c;h=ad6195662b6447f2d0e7eb083a3d3872c61a072e;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=edf8e773d79d2679487be6b883f5bfd385b62f8c;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/af_headphone.c b/libavfilter/af_headphone.c index edf8e773d79..ad6195662b6 100644 --- a/libavfilter/af_headphone.c +++ b/libavfilter/af_headphone.c @@ -744,7 +744,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_af_headphone = { +const AVFilter ff_af_headphone = { .name = "headphone", .description = NULL_IF_CONFIG_SMALL("Apply headphone binaural spatialization with HRTFs in additional streams."), .priv_size = sizeof(HeadphoneContext),