X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fomaenc.c;h=ec71956fbdc326c3c7ee9f02fd58cb597367c45e;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=d3c4f62027f0ff83a88da73e8fc79f65c7146b99;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/omaenc.c b/libavformat/omaenc.c index d3c4f62027f..ec71956fbdc 100644 --- a/libavformat/omaenc.c +++ b/libavformat/omaenc.c @@ -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",