comparison aac_parser.h @ 9633:9592af8b6ce0 libavcodec

Move the ADTS header size to the parser's header file.
author alexc
date Wed, 13 May 2009 14:11:11 +0000
parents 0dce4fe6e6f3
children fdafbcef52f5
comparison
equal deleted inserted replaced
9632:31a033fae70e 9633:9592af8b6ce0
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 #include "aac_ac3_parser.h" 27 #include "aac_ac3_parser.h"
28 #include "get_bits.h" 28 #include "get_bits.h"
29 29
30 #define AAC_ADTS_HEADER_SIZE 7
31
30 typedef struct { 32 typedef struct {
31 uint32_t sample_rate; 33 uint32_t sample_rate;
32 uint32_t samples; 34 uint32_t samples;
33 uint32_t bit_rate; 35 uint32_t bit_rate;
34 uint8_t crc_absent; 36 uint8_t crc_absent;