]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hflip.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_hflip.c
index 8d7bd9b4dbc7139d73aab80b5f16a898a789b396..2a0defda6c4c08b1318fddeb84025ce5e7567a4d 100644 (file)
@@ -245,7 +245,7 @@ static const AVFilterPad avfilter_vf_hflip_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_hflip = {
+const AVFilter ff_vf_hflip = {
     .name          = "hflip",
     .description   = NULL_IF_CONFIG_SMALL("Horizontally flip the input video."),
     .priv_size     = sizeof(FlipContext),