]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/xwma.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / xwma.c
index aedadcf14053dc59a75702fe7ad74abed13f57ef..9c9b02e515fa3773fd97af4ee59fb04d8d46bb7d 100644 (file)
@@ -313,7 +313,7 @@ static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_xwma_demuxer = {
+const AVInputFormat ff_xwma_demuxer = {
     .name           = "xwma",
     .long_name      = NULL_IF_CONFIG_SMALL("Microsoft xWMA"),
     .priv_data_size = sizeof(XWMAContext),