X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fassdec.c;h=4a9650fe764523713169b024dc11258bc0b35633;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=8fb9e8e501bc77dc050ea40f05bb4f66b9e14b8e;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/assdec.c b/libavformat/assdec.c index 8fb9e8e501b..4a9650fe764 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c @@ -182,7 +182,7 @@ static int ass_read_seek(AVFormatContext *s, int stream_index, min_ts, ts, max_ts, flags); } -AVInputFormat ff_ass_demuxer = { +const AVInputFormat ff_ass_demuxer = { .name = "ass", .long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"), .priv_data_size = sizeof(ASSContext),