Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.

Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1c3ae1ab
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* @file qcelpdata.h * @file qcelpdata.h
* Data tables for the QCELP decoder * Data tables for the QCELP decoder
* @author Reynaldo H. Verdejo Pinochet * @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/ */
#include <stdint.h> #include <stdint.h>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
* @file qcelpdec.c * @file qcelpdec.c
* QCELP decoder * QCELP decoder
* @author Reynaldo H. Verdejo Pinochet * @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/ */
#include <stddef.h> #include <stddef.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment