comparison vorbis.h @ 3803:7ffa21b125a6 libavcodec

100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c
author ods15
date Sun, 01 Oct 2006 13:45:17 +0000
parents 094fe185d054
children f472f55953bb
comparison
equal deleted inserted replaced
3802:094fe185d054 3803:7ffa21b125a6
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 #ifndef VORBIS_H 19 #ifndef VORBIS_H
20 #define VORBIS_H 20 #define VORBIS_H
21
22 #include "avcodec.h"
21 23
22 extern const float ff_vorbis_floor1_inverse_db_table[256]; 24 extern const float ff_vorbis_floor1_inverse_db_table[256];
23 extern const float * ff_vorbis_vwin[8]; 25 extern const float * ff_vorbis_vwin[8];
24 26
25 typedef struct { 27 typedef struct {