aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2008-09-03 13:08:04 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-09-24 21:11:01 +0200
commit8db3b85616186ef0bc06f10ffba34631dc5b2621 (patch)
tree95408f31979e969b0456d90fa10687c415da4730
parent5df643c5dfcb830a9cb1bfc81d221b7b2f01294a (diff)
downloadffmpeg-8db3b85616186ef0bc06f10ffba34631dc5b2621.tar.gz
Fix comments about implemented codecs
-rw-r--r--libavcodec/g729.h2
-rw-r--r--libavcodec/g729data.h2
-rw-r--r--libavcodec/g729dec.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/g729.h b/libavcodec/g729.h
index 462cf8f1ac..61683130a9 100644
--- a/libavcodec/g729.h
+++ b/libavcodec/g729.h
@@ -1,5 +1,5 @@
/*
- * G.729 decoder
+ * G.729, G729 Annex D decoders
* Copyright (c) 2008 Vladimir Voroshilov
*
* This file is part of FFmpeg.
diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h
index 2509c3928a..365ca47ec6 100644
--- a/libavcodec/g729data.h
+++ b/libavcodec/g729data.h
@@ -1,5 +1,5 @@
/*
- * data for G.729 decoder
+ * data for G.729, G729 Annex D decoders
* Copyright (c) 2007 Vladimir Voroshilov
*
* This file is part of FFmpeg.
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.