X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fasfdec_f.c;h=2e806dd45242d451a067d352345a77ff70dff0a7;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=27162e95590d88d00aedd3248fa4503fd1bb1582;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index 27162e95590..2e806dd4524 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -1606,7 +1606,7 @@ static int asf_read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_asf_demuxer = { +const AVInputFormat ff_asf_demuxer = { .name = "asf", .long_name = NULL_IF_CONFIG_SMALL("ASF (Advanced / Active Streaming Format)"), .priv_data_size = sizeof(ASFContext),