mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-07 07:50:53 +00:00
COSMETICS, add missing remarks crediting Ben and Kenan
Originally committed as revision 16003 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
675f71144b
commit
9e00c20e00
3 changed files with 4 additions and 0 deletions
|
@ -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 @@
|
||||||
* 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 @@
|
||||||
* 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue