Home
last modified time | relevance | path

Searched refs:bytes_left_in_chunk (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dact.c31 int bytes_left_in_chunk; member
102 ctx->bytes_left_in_chunk=CHUNK_SIZE; in read_header()
187 ctx->bytes_left_in_chunk -= frame_size; in read_packet()
189 if(ctx->bytes_left_in_chunk < frame_size) in read_packet()
191 avio_skip(pb, ctx->bytes_left_in_chunk); in read_packet()
192 ctx->bytes_left_in_chunk=CHUNK_SIZE; in read_packet()