Commit 99b8bdb7 authored by reynaldo's avatar reynaldo

COSMETICS, add missing remarks crediting Ben and Kenan

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16003 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58a68cf5
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
* @file qcelp_lsp.c * @file qcelp_lsp.c
* QCELP decoder * QCELP decoder
* @author Reynaldo H. Verdejo Pinochet * @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet
* @remark Development mentored by Benjamin Larson
*/ */
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* 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 * @remark FFmpeg merging spearheaded by Kenan Gillet
* @remark Development mentored by Benjamin Larson
*/ */
#include <stddef.h> #include <stddef.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* QCELP decoder * QCELP decoder
* @author Reynaldo H. Verdejo Pinochet * @author Reynaldo H. Verdejo Pinochet
* @remark FFmpeg merging spearheaded by Kenan Gillet * @remark FFmpeg merging spearheaded by Kenan Gillet
* @remark Development mentored by Benjamin Larson
*/ */
#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