Move the ADTS header size to the parser's header file.

Originally committed as revision 18814 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-05-13 14:11:11 +00:00
parent 171a353159
commit ee373ddffd
2 changed files with 5 additions and 5 deletions

View file

@ -27,6 +27,8 @@
#include "aac_ac3_parser.h"
#include "get_bits.h"
#define AAC_ADTS_HEADER_SIZE 7
typedef struct {
uint32_t sample_rate;
uint32_t samples;