changeset 8258:b41482ad0ef5 libavcodec

COSMETICS, add missing remarks crediting Ben and Kenan
author reynaldo
date Thu, 04 Dec 2008 14:54:55 +0000
parents 6f0821e1f899
children 437300244051
files qcelp_lsp.c qcelpdata.h qcelpdec.c
diffstat 3 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/qcelp_lsp.c	Thu Dec 04 14:43:42 2008 +0000
+++ b/qcelp_lsp.c	Thu Dec 04 14:54:55 2008 +0000
@@ -23,6 +23,8 @@
  * @file qcelp_lsp.c
  * QCELP decoder
  * @author Reynaldo H. Verdejo Pinochet
+ * @remark FFmpeg merging spearheaded by Kenan Gillet
+ * @remark Development mentored by Benjamin Larson
  */
 
 #include "libavutil/mathematics.h"
--- a/qcelpdata.h	Thu Dec 04 14:43:42 2008 +0000
+++ b/qcelpdata.h	Thu Dec 04 14:54:55 2008 +0000
@@ -27,6 +27,7 @@
  * Data tables for the QCELP decoder
  * @author Reynaldo H. Verdejo Pinochet
  * @remark FFmpeg merging spearheaded by Kenan Gillet
+ * @remark Development mentored by Benjamin Larson
  */
 
 #include <stddef.h>
--- a/qcelpdec.c	Thu Dec 04 14:43:42 2008 +0000
+++ b/qcelpdec.c	Thu Dec 04 14:54:55 2008 +0000
@@ -24,6 +24,7 @@
  * QCELP decoder
  * @author Reynaldo H. Verdejo Pinochet
  * @remark FFmpeg merging spearheaded by Kenan Gillet
+ * @remark Development mentored by Benjamin Larson
  */
 
 #include <stddef.h>