comparison aac_ac3_parser.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents b42e963c8149
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
21 */ 21 */
22 22
23 #ifndef AAC_AC3_PARSER_H 23 #ifndef AAC_AC3_PARSER_H
24 #define AAC_AC3_PARSER_H 24 #define AAC_AC3_PARSER_H
25 25
26 #include <stdint.h>
27 #include "avcodec.h"
28
26 typedef struct AACAC3ParseContext { 29 typedef struct AACAC3ParseContext {
27 uint8_t *inbuf_ptr; 30 uint8_t *inbuf_ptr;
28 int frame_size; 31 int frame_size;
29 int header_size; 32 int header_size;
30 int (*sync)(const uint8_t *buf, int *channels, int *sample_rate, 33 int (*sync)(const uint8_t *buf, int *channels, int *sample_rate,