Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.c512 int cumul_size = hdr->frame_size; in handle_eac3() local
515 while (cumul_size != pkt->size) { in handle_eac3()
518 ret = avpriv_ac3_parse_header(&hdr, pkt->data + cumul_size, pkt->size - cumul_size); in handle_eac3()
529 init_get_bits8(&gbc, pkt->data + cumul_size + ret, pkt->size - cumul_size - ret); in handle_eac3()
544 cumul_size += hdr->frame_size; in handle_eac3()

Completed in 21 milliseconds