mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avfilter/vf_ccrepack: Constify filter
The discrepancy between the definition and the declaration in allfilters.c is actually UB. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
22c47b10b2
commit
652add3a6d
@ -92,7 +92,7 @@ static const AVFilterPad avfilter_vf_ccrepack_outputs[] = {
|
||||
},
|
||||
};
|
||||
|
||||
AVFilter ff_vf_ccrepack = {
|
||||
const AVFilter ff_vf_ccrepack = {
|
||||
.name = "ccrepack",
|
||||
.description = NULL_IF_CONFIG_SMALL("Repack CEA-708 closed caption metadata"),
|
||||
.uninit = uninit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user