]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/yop.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / yop.c
index c7d3f651925a80a1072e757441e255a1b1d77dab..7fd28af0e2009c89a4501f6ea321aeb31f289ed7 100644 (file)
@@ -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,