]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/lrcdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / lrcdec.c
index ca23a60f8450c3565c6e00c6e37d7e5447bcf834..678b6184987ff9134fd7fd858d7cfdfcce7d2967 100644 (file)
@@ -241,7 +241,7 @@ static int lrc_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_lrc_demuxer = {
+const AVInputFormat ff_lrc_demuxer = {
     .name           = "lrc",
     .long_name      = NULL_IF_CONFIG_SMALL("LRC lyrics"),
     .priv_data_size = sizeof (LRCContext),