Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-05-03 02:58:16 +0400
committerBenjamin Larsson <banan@ludd.ltu.se>2008-05-03 02:58:16 +0400
commitc401efdefe4b882b501f7e745f7e4b5d98a7d223 (patch)
treed672186185d1b348e3ade6ceaba4ba64e4562354 /libavcodec/imc.c
parent512b37bb284fc97e68680781c4b1423ec6234d0a (diff)
Long name spelling fixes
Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index a30da89b2d..12ce595366 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -813,5 +813,5 @@ AVCodec imc_decoder = {
.init = imc_decode_init,
.close = imc_decode_close,
.decode = imc_decode_frame,
- .long_name = "IMC (Intel Music Codec)",
+ .long_name = "IMC (Intel Music Coder)",
};