comparison qcelpdec.c @ 8258:b41482ad0ef5 libavcodec

COSMETICS, add missing remarks crediting Ben and Kenan
author reynaldo
date Thu, 04 Dec 2008 14:54:55 +0000
parents d1724ad564e7
children 437300244051
comparison
equal deleted inserted replaced
8257:6f0821e1f899 8258:b41482ad0ef5
22 /** 22 /**
23 * @file qcelpdec.c 23 * @file qcelpdec.c
24 * QCELP decoder 24 * QCELP decoder
25 * @author Reynaldo H. Verdejo Pinochet 25 * @author Reynaldo H. Verdejo Pinochet
26 * @remark FFmpeg merging spearheaded by Kenan Gillet 26 * @remark FFmpeg merging spearheaded by Kenan Gillet
27 * @remark Development mentored by Benjamin Larson
27 */ 28 */
28 29
29 #include <stddef.h> 30 #include <stddef.h>
30 31
31 #include "avcodec.h" 32 #include "avcodec.h"