mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/ads: extend format long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
dfc64f4ddf
commit
a03fe8adba
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue