avformat: Drop pointless "format" from container long names

This commit is contained in:
Diego Biurrun
2012-07-30 13:59:06 +02:00
parent 8e5d71d110
commit 6774247a9d
86 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_lxf_demuxer = {
.name = "lxf",
.long_name = NULL_IF_CONFIG_SMALL("VR native stream format (LXF)"),
.long_name = NULL_IF_CONFIG_SMALL("VR native stream (LXF)"),
.priv_data_size = sizeof(LXFDemuxContext),
.read_probe = lxf_probe,
.read_header = lxf_read_header,