comparison wmadata.h @ 10966:c29ee479e359 libavcodec

Export wma_critical_freqs as ff_wma_critical_freqs
author daniel
date Sat, 23 Jan 2010 08:39:50 +0000
parents e9d9d946f213
children 964d01b50f17
comparison
equal deleted inserted replaced
10965:d27deb92257b 10966:c29ee479e359
28 #define AVCODEC_WMADATA_H 28 #define AVCODEC_WMADATA_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 #include "wma.h" 31 #include "wma.h"
32 32
33 static const uint16_t wma_critical_freqs[25] = { 33 const uint16_t ff_wma_critical_freqs[25] = {
34 100, 200, 300, 400, 510, 630, 770, 920, 34 100, 200, 300, 400, 510, 630, 770, 920,
35 1080, 1270, 1480, 1720, 2000, 2320, 2700, 3150, 35 1080, 1270, 1480, 1720, 2000, 2320, 2700, 3150,
36 3700, 4400, 5300, 6400, 7700, 9500, 12000, 15500, 36 3700, 4400, 5300, 6400, 7700, 9500, 12000, 15500,
37 24500, 37 24500,
38 }; 38 };