diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-12 17:26:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-12 17:26:06 +0000 |
commit | 517ac2434b3e98ff065d9385b661896a7923f432 (patch) | |
tree | 7e28903b7c0bdd27cc62eb2fee1ebf01f949de25 /libavformat/txd.c | |
parent | 69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff) | |
download | ffmpeg-517ac2434b3e98ff065d9385b661896a7923f432.tar.gz |
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.c | 2 |
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, |