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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dact.c31 int bytes_left_in_chunk; member in struct:__anon3443
102 ctx->bytes_left_in_chunk=CHUNK_SIZE;
187 ctx->bytes_left_in_chunk -= frame_size;
189 if(ctx->bytes_left_in_chunk < frame_size)
191 avio_skip(pb, ctx->bytes_left_in_chunk);
192 ctx->bytes_left_in_chunk=CHUNK_SIZE;

Completed in 60 milliseconds