From 517ac2434b3e98ff065d9385b661896a7923f432 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Feb 2009 17:26:06 +0000 Subject: Use more descriptive format long_names. Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/txd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/txd.c') diff --git a/libavformat/txd.c b/libavformat/txd.c index 3403938663..bf62ac67df 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -91,7 +91,7 @@ next_chunk: AVInputFormat txd_demuxer = { "txd", - NULL_IF_CONFIG_SMALL("txd format"), + NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"), 0, txd_probe, txd_read_header, -- cgit v1.2.3