]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/psxstr.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / psxstr.c
index 678b9f90aca95e0c305769805b7236fc74c74d93..e649ba3ab45f41c5eba7ec78396c62314137edcc 100644 (file)
@@ -299,7 +299,7 @@ static int str_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_str_demuxer = {
+const AVInputFormat ff_str_demuxer = {
     .name           = "psxstr",
     .long_name      = NULL_IF_CONFIG_SMALL("Sony Playstation STR"),
     .priv_data_size = sizeof(StrDemuxContext),