Commit dd456245 authored by Paul B Mahol's avatar Paul B Mahol

avformat/msf: extend format long description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent abae43a7
......@@ -87,7 +87,7 @@ static int msf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_msf_demuxer = {
.name = "msf",
.long_name = NULL_IF_CONFIG_SMALL("MSF"),
.long_name = NULL_IF_CONFIG_SMALL("Sony PS3 MSF"),
.read_probe = msf_probe,
.read_header = msf_read_header,
.read_packet = msf_read_packet,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment