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:
parent
171a353159
commit
ee373ddffd
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue