X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpsxstr.c;h=b978e01f418c39c8370f40ef9d448e19d125b5c2;hb=fe40dc1cecdf152ffacff6df1d9c5f0c7daced85;hp=ff9b7edceb35f0f1b269dc557105670de7c163f7;hpb=3bbf3f7e42247b7a8b34b1e8cc891b59e1327bb8;p=ffmpeg diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index ff9b7edceb3..b978e01f418 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -296,7 +296,7 @@ static int str_read_close(AVFormatContext *s) AVInputFormat ff_str_demuxer = { .name = "psxstr", - .long_name = NULL_IF_CONFIG_SMALL("Sony Playstation STR format"), + .long_name = NULL_IF_CONFIG_SMALL("Sony Playstation STR"), .priv_data_size = sizeof(StrDemuxContext), .read_probe = str_probe, .read_header = str_read_header,