X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fty.c;h=8830467f997970020215e281899a6ee2042f8ee2;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=c8e1067c0e8bc7a660cafdbb81d959fc7ac72f8a;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/ty.c b/libavformat/ty.c index c8e1067c0e8..8830467f997 100644 --- a/libavformat/ty.c +++ b/libavformat/ty.c @@ -710,7 +710,7 @@ static int ty_read_close(AVFormatContext *s) return 0; } -AVInputFormat ff_ty_demuxer = { +const AVInputFormat ff_ty_demuxer = { .name = "ty", .long_name = NULL_IF_CONFIG_SMALL("TiVo TY Stream"), .priv_data_size = sizeof(TYDemuxContext),