X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac_parser.h;h=8dd575bb390df717a6c15a1423f5b69c07b6be3e;hb=0fb49b597be60efb84bb39c09576baecc1471eeb;hp=efc46785cd2cddae9cd9cae2855c7b6453e703f7;hpb=158b39126d59f07069e0da07e0658111967c6179;p=ffmpeg diff --git a/libavcodec/aac_parser.h b/libavcodec/aac_parser.h index efc46785cd2..8dd575bb390 100644 --- a/libavcodec/aac_parser.h +++ b/libavcodec/aac_parser.h @@ -25,7 +25,9 @@ #include #include "aac_ac3_parser.h" -#include "bitstream.h" +#include "get_bits.h" + +#define AAC_ADTS_HEADER_SIZE 7 typedef struct { uint32_t sample_rate;