comparison qcelpdata.h @ 8212:c245082d70f8 libavcodec

Add missing headers to get 'make checkheaders' closer to passing.
author diego
date Mon, 24 Nov 2008 21:29:07 +0000
parents cc1e8c59f1e8
children 93423820d82f
comparison
equal deleted inserted replaced
8211:b9e82845e7eb 8212:c245082d70f8
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 */ 30 */
31 31
32 #include <stddef.h>
32 #include <stdint.h> 33 #include <stdint.h>
34 #include "libavutil/common.h"
33 35
34 /** 36 /**
35 * pre-calculated table for hammsinc function 37 * pre-calculated table for hammsinc function
36 * Only half of the table is needed because of symmetry. 38 * Only half of the table is needed because of symmetry.
37 * 39 *