diff 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
line wrap: on
line diff
--- a/aac_parser.h	Wed May 13 06:06:59 2009 +0000
+++ b/aac_parser.h	Wed May 13 14:11:11 2009 +0000
@@ -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;