]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rmenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / rmenc.c
index e137dbc44fe9ba7eba87630816fe928e6ab4f4de..1b2b0ecf3841474cfd05e9ca9ed68bd950b79abd 100644 (file)
@@ -465,7 +465,7 @@ static int rm_write_trailer(AVFormatContext *s)
 }
 
 
-AVOutputFormat ff_rm_muxer = {
+const AVOutputFormat ff_rm_muxer = {
     .name              = "rm",
     .long_name         = NULL_IF_CONFIG_SMALL("RealMedia"),
     .mime_type         = "application/vnd.rn-realmedia",