diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-23 19:16:17 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-23 19:16:17 +0200 |
commit | a03fe8adba30cd41b49a62e42c1c62e9d8ae6b9a (patch) | |
tree | bcf593d73d12b5bc0c5484e5c366353872a7929e | |
parent | dfc64f4ddf4b5843f53395a54b2df986a890e3df (diff) | |
download | ffmpeg-a03fe8adba30cd41b49a62e42c1c62e9d8ae6b9a.tar.gz |
avformat/ads: extend format long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavformat/ads.c | 2 |
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, |