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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dipmovie.c210 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
231 if (get_buffer(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
234 chunk_size = AV_RL16(&chunk_preamble[0]);
235 chunk_type = AV_RL16(&chunk_preamble[2]);
517 unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; local
534 if (get_buffer(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
537 chunk_type = AV_RL16(&chunk_preamble[2]);

Completed in 25 milliseconds