[FFmpeg-cvslog] r16003 - in trunk/libavcodec: qcelp_lsp.c qcelpdata.h qcelpdec.c
reynaldo
subversion
Thu Dec 4 15:54:55 CET 2008
Author: reynaldo
Date: Thu Dec 4 15:54:55 2008
New Revision: 16003
Log:
COSMETICS, add missing remarks crediting Ben and Kenan
Modified:
trunk/libavcodec/qcelp_lsp.c
trunk/libavcodec/qcelpdata.h
trunk/libavcodec/qcelpdec.c
Modified: trunk/libavcodec/qcelp_lsp.c
==============================================================================
--- trunk/libavcodec/qcelp_lsp.c (original)
+++ trunk/libavcodec/qcelp_lsp.c Thu Dec 4 15:54:55 2008
@@ -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"
Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h (original)
+++ trunk/libavcodec/qcelpdata.h Thu Dec 4 15:54:55 2008
@@ -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>
Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c (original)
+++ trunk/libavcodec/qcelpdec.c Thu Dec 4 15:54:55 2008
@@ -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>
More information about the ffmpeg-cvslog
mailing list