X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpsxstr.c;h=b978e01f418c39c8370f40ef9d448e19d125b5c2;hb=ec7ecb88117fd2d086f0be45ded9743c94100ef4;hp=ff9b7edceb35f0f1b269dc557105670de7c163f7;hpb=9db747b2a300380dd65032818155067054332dae;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,