mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avformat: Constify all muxer/demuxers
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
d92f38c179
commit
bc70684e74
@@ -58,7 +58,7 @@ static int a64_write_header(AVFormatContext *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVOutputFormat ff_a64_muxer = {
|
||||
const AVOutputFormat ff_a64_muxer = {
|
||||
.name = "a64",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("a64 - video for Commodore 64"),
|
||||
.extensions = "a64, A64",
|
||||
|
||||
Reference in New Issue
Block a user