From a03fe8adba30cd41b49a62e42c1c62e9d8ae6b9a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 23 Oct 2015 19:16:17 +0200 Subject: avformat/ads: extend format long description Signed-off-by: Paul B Mahol --- libavformat/ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ads.c b/libavformat/ads.c index 94f6428397..bda2673bad 100644 --- a/libavformat/ads.c +++ b/libavformat/ads.c @@ -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, -- cgit v1.2.3