]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flacdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / flacdec.c
index f7b21986dc40f474a7de19ede5ca87ad22b1f59e..4ed523f30997ee957c4f7addf05ae88eb27892f0 100644 (file)
@@ -330,7 +330,7 @@ static int flac_seek(AVFormatContext *s, int stream_index, int64_t timestamp, in
 }
 
 FF_RAW_DEMUXER_CLASS(flac)
-AVInputFormat ff_flac_demuxer = {
+const AVInputFormat ff_flac_demuxer = {
     .name           = "flac",
     .long_name      = NULL_IF_CONFIG_SMALL("raw FLAC"),
     .read_probe     = flac_probe,