[FFmpeg-cvslog] avformat/ads: extend format long description

Paul B Mahol git at videolan.org
Fri Oct 23 19:20:31 CEST 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Oct 23 19:16:17 2015 +0200| [a03fe8adba30cd41b49a62e42c1c62e9d8ae6b9a] | committer: Paul B Mahol

avformat/ads: extend format long description

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a03fe8adba30cd41b49a62e42c1c62e9d8ae6b9a
---

 libavformat/ads.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/ads.c b/libavformat/ads.c
index 94f6428..bda2673 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,



More information about the ffmpeg-cvslog mailing list