]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/omaenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / omaenc.c
index d3c4f62027f0ff83a88da73e8fc79f65c7146b99..ec71956fbdc326c3c7ee9f02fd58cb597367c45e 100644 (file)
@@ -94,7 +94,7 @@ static av_cold int oma_write_header(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_oma_muxer = {
+const AVOutputFormat ff_oma_muxer = {
     .name              = "oma",
     .long_name         = NULL_IF_CONFIG_SMALL("Sony OpenMG audio"),
     .mime_type         = "audio/x-oma",