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:
authorVladimir Voroshilov <voroshil@gmail.com>2008-09-03 10:08:04 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-24 23:11:01 +0400
commit8db3b85616186ef0bc06f10ffba34631dc5b2621 (patch)
tree95408f31979e969b0456d90fa10687c415da4730 /libavcodec/g729dec.c
parent5df643c5dfcb830a9cb1bfc81d221b7b2f01294a (diff)
Fix comments about implemented codecs
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r--libavcodec/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index e977e53954..20276f2a7e 100644
--- a/libavcodec/g729dec.c
+++ b/libavcodec/g729dec.c
@@ -1,5 +1,5 @@
/*
- * G.729 decoder
+ * G.729, G729 Annex D decoders
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.