]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tmv.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / tmv.c
index b74af547c54865bb6e50a3541afe72423b43502b..507f6cd03290fe259dc24af7510a8e05e3dd9ff5 100644 (file)
@@ -187,7 +187,7 @@ static int tmv_read_seek(AVFormatContext *s, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_tmv_demuxer = {
+const AVInputFormat ff_tmv_demuxer = {
     .name           = "tmv",
     .long_name      = NULL_IF_CONFIG_SMALL("8088flex TMV"),
     .priv_data_size = sizeof(TMVContext),