mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-30 19:58:17 +00:00
avfilter: Constify all AVFilters
This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
85ba17f36d
commit
a04ad248a0
@@ -528,7 +528,7 @@ static const AVFilterPad avfilter_af_join_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter ff_af_join = {
|
||||
const AVFilter ff_af_join = {
|
||||
.name = "join",
|
||||
.description = NULL_IF_CONFIG_SMALL("Join multiple audio streams into "
|
||||
"multi-channel output."),
|
||||
|
||||
Reference in New Issue
Block a user