]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hue.c
Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947'
[ffmpeg] / libavfilter / vf_hue.c
index f3558bf6bfae564a70d0f641adad8b08e4c81cb6..faa2e8df03e4a2f264409d6d5d6b7a26ad9958c9 100644 (file)
@@ -434,7 +434,7 @@ static const AVFilterPad hue_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_hue = {
+AVFilter ff_vf_hue = {
     .name            = "hue",
     .description     = NULL_IF_CONFIG_SMALL("Adjust the hue and saturation of the input video."),
     .priv_size       = sizeof(HueContext),