X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fircamdec.c;h=a05ca5c9c71a3848caa9a3ac630d723c7a8f01f0;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=db09f606c6f7523c0ce7218ff56d9bd1809b17b6;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/ircamdec.c b/libavformat/ircamdec.c index db09f606c6f..a05ca5c9c71 100644 --- a/libavformat/ircamdec.c +++ b/libavformat/ircamdec.c @@ -106,7 +106,7 @@ static int ircam_read_header(AVFormatContext *s) return 0; } -AVInputFormat ff_ircam_demuxer = { +const AVInputFormat ff_ircam_demuxer = { .name = "ircam", .long_name = NULL_IF_CONFIG_SMALL("Berkeley/IRCAM/CARL Sound Format"), .read_probe = ircam_probe,