]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_perms.c
Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295'
[ffmpeg] / libavfilter / f_perms.c
index 8dc2ed86e09acc2031e89b1db438f88df31667e3..2c53e8cc5b4d035336f7e61764fbce5de35f3272 100644 (file)
@@ -133,7 +133,7 @@ static const AVFilterPad aperms_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_aperms = {
+AVFilter ff_af_aperms = {
     .name        = "aperms",
     .description = NULL_IF_CONFIG_SMALL("Set permissions for the output audio frame."),
     .init        = init,
@@ -166,7 +166,7 @@ static const AVFilterPad perms_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_perms = {
+AVFilter ff_vf_perms = {
     .name        = "perms",
     .description = NULL_IF_CONFIG_SMALL("Set permissions for the output video frame."),
     .init        = init,