mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avformat: Drop pointless "format" from container long names
This commit is contained in:
@@ -282,7 +282,7 @@ static int vmd_read_close(AVFormatContext *s)
|
||||
|
||||
AVInputFormat ff_vmd_demuxer = {
|
||||
.name = "vmd",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Sierra VMD format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Sierra VMD"),
|
||||
.priv_data_size = sizeof(VmdDemuxContext),
|
||||
.read_probe = vmd_probe,
|
||||
.read_header = vmd_read_header,
|
||||
|
||||
Reference in New Issue
Block a user