You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/ads: extend format long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ static int ads_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
|
|
||||||
AVInputFormat ff_ads_demuxer = {
|
AVInputFormat ff_ads_demuxer = {
|
||||||
.name = "ads",
|
.name = "ads",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Sony ADS"),
|
.long_name = NULL_IF_CONFIG_SMALL("Sony PS2 ADS"),
|
||||||
.read_probe = ads_probe,
|
.read_probe = ads_probe,
|
||||||
.read_header = ads_read_header,
|
.read_header = ads_read_header,
|
||||||
.read_packet = ads_read_packet,
|
.read_packet = ads_read_packet,
|
||||||
|
Reference in New Issue
Block a user