summaryrefslogtreecommitdiff
path: root/libavformat/ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ads.c')
-rw-r--r--libavformat/ads.c2
1 files changed, 1 insertions, 1 deletions
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,