Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
authorReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>
Sun, 16 Nov 2008 01:00:25 +0000 (01:00 +0000)
committerReynaldo H. Verdejo Pinochet <reynaldo@opendot.cl>
Sun, 16 Nov 2008 01:00:25 +0000 (01:00 +0000)
Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/qcelpdata.h
libavcodec/qcelpdec.c

index c88f34b..3f32275 100644 (file)
@@ -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>
index 04b714a..ce4ee84 100644 (file)
@@ -23,6 +23,7 @@
  * @file qcelpdec.c
  * QCELP decoder
  * @author Reynaldo H. Verdejo Pinochet
+ * @remark FFmpeg merging spearheaded by Kenan Gillet
  */
 
 #include <stddef.h>