X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fxwma.c;h=9c9b02e515fa3773fd97af4ee59fb04d8d46bb7d;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=aedadcf14053dc59a75702fe7ad74abed13f57ef;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/xwma.c b/libavformat/xwma.c index aedadcf1405..9c9b02e515f 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -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),