]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_histeq.c
Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295'
[ffmpeg] / libavfilter / vf_histeq.c
index d0a6c775cbca402c129d41a6481312ad2882a9f4..6fdb7be231321fc4cb8d9872a4a8025d95d59f2d 100644 (file)
@@ -268,7 +268,7 @@ static const AVFilterPad histeq_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_histeq = {
+AVFilter ff_vf_histeq = {
     .name          = "histeq",
     .description   = NULL_IF_CONFIG_SMALL("Apply global color histogram equalization."),
     .priv_size     = sizeof(HisteqContext),