comparison wmadata.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 0efc832d9102
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
21 21
22 /** 22 /**
23 * @file wmadata.h 23 * @file wmadata.h
24 * Various WMA tables. 24 * Various WMA tables.
25 */ 25 */
26
27 #include <stdint.h>
28 #include "wma.h"
26 29
27 static const uint16_t wma_critical_freqs[25] = { 30 static const uint16_t wma_critical_freqs[25] = {
28 100, 200, 300, 400, 510, 630, 770, 920, 31 100, 200, 300, 400, 510, 630, 770, 920,
29 1080, 1270, 1480, 1720, 2000, 2320, 2700, 3150, 32 1080, 1270, 1480, 1720, 2000, 2320, 2700, 3150,
30 3700, 4400, 5300, 6400, 7700, 9500, 12000, 15500, 33 3700, 4400, 5300, 6400, 7700, 9500, 12000, 15500,