X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/blobdiff_plain/173866a590fde6357ad4bc2c1056a1cc39771cb6..570a888a78575de69dd7d268d5bc51533a7bf39b:/libavcodec/aac_parser.h diff --git a/libavcodec/aac_parser.h b/libavcodec/aac_parser.h index bae1a895f..8dd575bb3 100644 --- a/libavcodec/aac_parser.h +++ b/libavcodec/aac_parser.h @@ -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;