comparison qcelpdec.c @ 8151:e2c068cb210a libavcodec

Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
author reynaldo
date Sun, 16 Nov 2008 01:00:25 +0000
parents 4da8fc62ae00
children cc1e8c59f1e8
comparison
equal deleted inserted replaced
8150:4da8fc62ae00 8151:e2c068cb210a
21 21
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 */ 27 */
27 28
28 #include <stddef.h> 29 #include <stddef.h>
29 30
30 #include "avcodec.h" 31 #include "avcodec.h"