summaryrefslogtreecommitdiff
path: root/libavformat/txd.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
commit517ac2434b3e98ff065d9385b661896a7923f432 (patch)
tree7e28903b7c0bdd27cc62eb2fee1ebf01f949de25 /libavformat/txd.c
parent69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff)
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/txd.c')
-rw-r--r--libavformat/txd.c2
1 files changed, 1 insertions, 1 deletions
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,