]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_channelsplit.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / af_channelsplit.c
index ad00fe1ba13c40051c5fde8b7cc3b64073db1437..3bd3355d8831ac51ecd7786fa30488a8852d4728 100644 (file)
@@ -168,7 +168,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_channelsplit = {
+const AVFilter ff_af_channelsplit = {
     .name           = "channelsplit",
     .description    = NULL_IF_CONFIG_SMALL("Split audio into per-channel streams."),
     .priv_size      = sizeof(ChannelSplitContext),