]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tedcaptionsdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / tedcaptionsdec.c
index 9a882c4d79e57100fe7f9ab773852dac3f7f7f38..94e8432c532670779fe0078de058cb20ebdb7fdb 100644 (file)
@@ -354,7 +354,7 @@ static int tedcaptions_read_seek(AVFormatContext *avf, int stream_index,
                                    min_ts, ts, max_ts, flags);
 }
 
-AVInputFormat ff_tedcaptions_demuxer = {
+const AVInputFormat ff_tedcaptions_demuxer = {
     .name           = "tedcaptions",
     .long_name      = NULL_IF_CONFIG_SMALL("TED Talks captions"),
     .priv_data_size = sizeof(TEDCaptionsDemuxer),