]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ty.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / ty.c
index c8e1067c0e8bc7a660cafdbb81d959fc7ac72f8a..8830467f997970020215e281899a6ee2042f8ee2 100644 (file)
@@ -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),