From 6774247a9d7d15033c2b80118c03cb0cb10027df Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 24 Jul 2012 23:51:41 +0200 Subject: avformat: Drop pointless "format" from container long names --- libavformat/lxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/lxfdec.c') diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index bc95a0820e..22d80725d0 100644 --- a/libavformat/lxfdec.c +++ b/libavformat/lxfdec.c @@ -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, -- cgit v1.2.3