X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fircamenc.c;h=d49a427b25d5cbc10d214211ee18b26dbe094423;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=323ecb37eec0cebe9a1e01535bcc70549db5b8a9;hpb=b8eb0827f053230dd919bc73e25381b47b4fe1a7;p=ffmpeg diff --git a/libavformat/ircamenc.c b/libavformat/ircamenc.c index 323ecb37eec..d49a427b25d 100644 --- a/libavformat/ircamenc.c +++ b/libavformat/ircamenc.c @@ -50,7 +50,7 @@ static int ircam_write_header(AVFormatContext *s) return 0; } -AVOutputFormat ff_ircam_muxer = { +const AVOutputFormat ff_ircam_muxer = { .name = "ircam", .extensions = "sf,ircam", .long_name = NULL_IF_CONFIG_SMALL("Berkeley/IRCAM/CARL Sound Format"),