X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_exposure.c;h=5374a8396e44a1879ceb06dd257a71439ffe58f3;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=b7ad075630f22ea720c27c3dfa1ee4e37556d00e;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_exposure.c b/libavfilter/vf_exposure.c index b7ad075630f..5374a8396e4 100644 --- a/libavfilter/vf_exposure.c +++ b/libavfilter/vf_exposure.c @@ -131,7 +131,7 @@ static const AVOption exposure_options[] = { AVFILTER_DEFINE_CLASS(exposure); -AVFilter ff_vf_exposure = { +const AVFilter ff_vf_exposure = { .name = "exposure", .description = NULL_IF_CONFIG_SMALL("Adjust exposure of the video stream."), .priv_size = sizeof(ExposureContext),