mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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
|
|
@ -293,7 +293,7 @@ static int idcin_read_packet(AVFormatContext *s,
|
|||
|
||||
AVInputFormat ff_idcin_demuxer = {
|
||||
.name = "idcin",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("id Cinematic format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("id Cinematic"),
|
||||
.priv_data_size = sizeof(IdcinDemuxContext),
|
||||
.read_probe = idcin_probe,
|
||||
.read_header = idcin_read_header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue