avformat: Drop pointless "format" from container long names
This commit is contained in:
@@ -124,7 +124,7 @@ static int iss_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
AVInputFormat ff_iss_demuxer = {
|
||||
.name = "iss",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Funcom ISS format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Funcom ISS"),
|
||||
.priv_data_size = sizeof(IssDemuxContext),
|
||||
.read_probe = iss_probe,
|
||||
.read_header = iss_read_header,
|
||||
|
Reference in New Issue
Block a user