X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpsxstr.c;h=e649ba3ab45f41c5eba7ec78396c62314137edcc;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=678b9f90aca95e0c305769805b7236fc74c74d93;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index 678b9f90aca..e649ba3ab45 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -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),