]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aaxdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / aaxdec.c
index c6d2d1c8d1151ff56b75b1bd2a63b85de0235208..0cbf933dfd8f46fa47bf1b891397250c2837933e 100644 (file)
@@ -402,7 +402,7 @@ static int aax_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_aax_demuxer = {
+const AVInputFormat ff_aax_demuxer = {
     .name           = "aax",
     .long_name      = NULL_IF_CONFIG_SMALL("CRI AAX"),
     .priv_data_size = sizeof(AAXContext),