]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tta.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / tta.c
index 46c2508bcec583e285d412f67ba1d4e69d599dfe..7a95675794f59319084250df54eb430c13218edf 100644 (file)
@@ -184,7 +184,7 @@ static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
     return 0;
 }
 
-AVInputFormat ff_tta_demuxer = {
+const AVInputFormat ff_tta_demuxer = {
     .name           = "tta",
     .long_name      = NULL_IF_CONFIG_SMALL("TTA (True Audio)"),
     .priv_data_size = sizeof(TTAContext),