[FFmpeg-cvslog] Fix comments about implemented codecs

Vladimir Voroshilov git at videolan.org
Sat Sep 24 21:17:05 CEST 2011


ffmpeg | branch: master | Vladimir Voroshilov <voroshil at gmail.com> | Wed Sep  3 13:08:04 2008 +0700| [8db3b85616186ef0bc06f10ffba34631dc5b2621] | committer: Michael Niedermayer

Fix comments about implemented codecs

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8db3b85616186ef0bc06f10ffba34631dc5b2621
---

 libavcodec/g729.h     |    2 +-
 libavcodec/g729data.h |    2 +-
 libavcodec/g729dec.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/g729.h b/libavcodec/g729.h
index 462cf8f..6168313 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 2509c39..365ca47 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 e977e53..20276f2 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.



More information about the ffmpeg-cvslog mailing list