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

avformat/ads: extend format long description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent dfc64f4d
......@@ -81,7 +81,7 @@ static int ads_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_ads_demuxer = {
.name = "ads",
.long_name = NULL_IF_CONFIG_SMALL("Sony ADS"),
.long_name = NULL_IF_CONFIG_SMALL("Sony PS2 ADS"),
.read_probe = ads_probe,
.read_header = ads_read_header,
.read_packet = ads_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