62 #if !defined(_O_THEORA_CODEC_H_)
63 # define _O_THEORA_CODEC_H_ (1)
66 #if defined(__cplusplus)
75 #define TH_EFAULT (-1)
77 #define TH_EINVAL (-10)
79 #define TH_EBADHEADER (-20)
81 #define TH_ENOTFORMAT (-21)
83 #define TH_EVERSION (-22)
85 #define TH_EIMPL (-23)
87 #define TH_EBADPACKET (-24)
91 #define TH_DUPFRAME (1)
411 ogg_uint16_t dc_scale[64];
413 ogg_uint16_t ac_scale[64];
415 unsigned char loop_filter_limits[64];
423 #define TH_NHUFFMAN_TABLES (80)
425 #define TH_NDCT_TOKENS (32)
587 #if defined(__cplusplus)