COSMETICS, add missing remarks crediting Ben and Kenan

Originally committed as revision 16003 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Reynaldo H. Verdejo Pinochet 16 years ago
parent 675f71144b
commit 9e00c20e00
  1. 2
      libavcodec/qcelp_lsp.c
  2. 1
      libavcodec/qcelpdata.h
  3. 1
      libavcodec/qcelpdec.c

@ -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"

@ -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>

@ -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>

Loading…
Cancel
Save