Home
last modified time | relevance | path

Searched refs:protection_absent (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Daacdec.c130 // read protection_absent in adts_aac_get_frame_length()
131 uint8_t protection_absent; in adts_aac_get_frame_length() local
133 if (avio_read(s->pb, &protection_absent, 1) < 1) { in adts_aac_get_frame_length()
136 protection_absent &= 0x1; in adts_aac_get_frame_length()
145 // protection_absent is 0 if there is CRC in adts_aac_get_frame_length()
146 int head_size = protection_absent ? adts_header_length_no_crc : adts_header_length_with_crc; in adts_aac_get_frame_length()

Completed in 1 milliseconds