[FFmpeg-cvslog] r15839 - in trunk/libavcodec: qcelpdata.h qcelpdec.c
reynaldo
subversion
Sun Nov 16 02:00:26 CET 2008
Author: reynaldo
Date: Sun Nov 16 02:00:25 2008
New Revision: 15839
Log:
To give credit where credit is due.
Modified:
trunk/libavcodec/qcelpdata.h
trunk/libavcodec/qcelpdec.c
Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h (original)
+++ trunk/libavcodec/qcelpdata.h Sun Nov 16 02:00:25 2008
@@ -26,6 +26,7 @@
* @file qcelpdata.h
* Data tables for the QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
+ * @remark FFmpeg merging spearheaded by Kenan Gillet
*/
#include <stdint.h>
Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c (original)
+++ trunk/libavcodec/qcelpdec.c Sun Nov 16 02:00:25 2008
@@ -23,6 +23,7 @@
* @file qcelpdec.c
* QCELP decoder
* @author Reynaldo H. Verdejo Pinochet
+ * @remark FFmpeg merging spearheaded by Kenan Gillet
*/
#include <stddef.h>
More information about the ffmpeg-cvslog
mailing list