X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faaxdec.c;h=0cbf933dfd8f46fa47bf1b891397250c2837933e;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=c6d2d1c8d1151ff56b75b1bd2a63b85de0235208;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/aaxdec.c b/libavformat/aaxdec.c index c6d2d1c8d11..0cbf933dfd8 100644 --- a/libavformat/aaxdec.c +++ b/libavformat/aaxdec.c @@ -402,7 +402,7 @@ static int aax_read_close(AVFormatContext *s) return 0; } -AVInputFormat ff_aax_demuxer = { +const AVInputFormat ff_aax_demuxer = { .name = "aax", .long_name = NULL_IF_CONFIG_SMALL("CRI AAX"), .priv_data_size = sizeof(AAXContext),