comparison qcelpdata.h @ 8258:b41482ad0ef5 libavcodec

COSMETICS, add missing remarks crediting Ben and Kenan
author reynaldo
date Thu, 04 Dec 2008 14:54:55 +0000
parents 3e2897df7c39
children e9d9d946f213
comparison
equal deleted inserted replaced
8257:6f0821e1f899 8258:b41482ad0ef5
25 /** 25 /**
26 * @file qcelpdata.h 26 * @file qcelpdata.h
27 * Data tables for the QCELP decoder 27 * Data tables for the QCELP decoder
28 * @author Reynaldo H. Verdejo Pinochet 28 * @author Reynaldo H. Verdejo Pinochet
29 * @remark FFmpeg merging spearheaded by Kenan Gillet 29 * @remark FFmpeg merging spearheaded by Kenan Gillet
30 * @remark Development mentored by Benjamin Larson
30 */ 31 */
31 32
32 #include <stddef.h> 33 #include <stddef.h>
33 #include <stdint.h> 34 #include <stdint.h>
34 #include "libavutil/common.h" 35 #include "libavutil/common.h"