avformat/msf: extend format long description

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-10-23 19:06:14 +02:00
parent abae43a7d4
commit dd456245b6
1 changed files with 1 additions and 1 deletions

View File

@ -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,