1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avformat: Drop pointless "format" from container long names

This commit is contained in:
Diego Biurrun
2012-07-24 23:51:41 +02:00
parent 8e5d71d110
commit 6774247a9d
86 changed files with 135 additions and 135 deletions

View File

@@ -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,