]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cafdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / cafdec.c
index d97ca45ab8fe703ae6d088de89f97b389ecd8e93..e9d171e36bedfba3be225f102d6d95a39f129165 100644 (file)
@@ -457,7 +457,7 @@ static int read_seek(AVFormatContext *s, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_caf_demuxer = {
+const AVInputFormat ff_caf_demuxer = {
     .name           = "caf",
     .long_name      = NULL_IF_CONFIG_SMALL("Apple CAF (Core Audio Format)"),
     .priv_data_size = sizeof(CafContext),