]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ape.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / ape.c
index 4c161235fe1fd38ff4d2cc69a9ee1cb09ddc790d..a4cfd01807ba2543f614099b107e89d9632e9fe8 100644 (file)
@@ -450,7 +450,7 @@ static int ape_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
     return 0;
 }
 
-AVInputFormat ff_ape_demuxer = {
+const AVInputFormat ff_ape_demuxer = {
     .name           = "ape",
     .long_name      = NULL_IF_CONFIG_SMALL("Monkey's Audio"),
     .priv_data_size = sizeof(APEContext),