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/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/4xm.c') diff --git a/libavformat/4xm.c b/libavformat/4xm.c index fa6a26bcc2..135721fd25 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -349,7 +349,7 @@ static int fourxm_read_close(AVFormatContext *s) AVInputFormat ff_fourxm_demuxer = { .name = "4xm", - .long_name = NULL_IF_CONFIG_SMALL("4X Technologies format"), + .long_name = NULL_IF_CONFIG_SMALL("4X Technologies"), .priv_data_size = sizeof(FourxmDemuxContext), .read_probe = fourxm_probe, .read_header = fourxm_read_header, -- cgit v1.2.3