#include "get_bits.h"Go to the source code of this file.
Parse the ADTS frame header to the end of the variable header, which is the first 54 bits.
Definition at line 30 of file adts_header.c.
Referenced by aac_adtstoasc_filter(), aac_sync(), av_adts_header_parse(), avpriv_adts_header_parse(), ftr_decode_frame(), ftr_parse(), and parse_adts_frame_header().
Parse the ADTS frame header contained in the buffer, which is the first 54 bits.
Definition at line 46 of file adts_parser.c.
Referenced by ff_aac_ac3_parse(), and get_next_adts_frame().