X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fyop.c;h=7fd28af0e2009c89a4501f6ea321aeb31f289ed7;hb=ec7ecb88117fd2d086f0be45ded9743c94100ef4;hp=c7d3f651925a80a1072e757441e255a1b1d77dab;hpb=f67309cabe27af33dcfcfb61fe1df39af9b5ab46;p=ffmpeg diff --git a/libavformat/yop.c b/libavformat/yop.c index c7d3f651925..7fd28af0e20 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -211,7 +211,7 @@ static int yop_read_seek(AVFormatContext *s, int stream_index, AVInputFormat ff_yop_demuxer = { .name = "yop", - .long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Format"), + .long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP"), .priv_data_size = sizeof(YopDecContext), .read_probe = yop_probe, .read_header = yop_read_header,