avformat: Drop pointless "format" from container long names
This commit is contained in:
parent
8e5d71d110
commit
6774247a9d
86 changed files with 135 additions and 135 deletions
|
|
@ -171,7 +171,7 @@ static const AVClass cdxl_demuxer_class = {
|
|||
|
||||
AVInputFormat ff_cdxl_demuxer = {
|
||||
.name = "cdxl",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Commodore CDXL video format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Commodore CDXL video"),
|
||||
.priv_data_size = sizeof(CDXLDemuxContext),
|
||||
.read_header = cdxl_read_header,
|
||||
.read_packet = cdxl_read_packet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue