Searched refs:CHUNK_BAD (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.c64 #define CHUNK_BAD 0xFFFF macro
233 return CHUNK_BAD;
267 chunk_type = CHUNK_BAD;
272 while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) {
281 chunk_type = CHUNK_BAD;
293 chunk_type = CHUNK_BAD;
315 chunk_type = CHUNK_BAD;
320 chunk_type = CHUNK_BAD;
332 chunk_type = CHUNK_BAD;
337 chunk_type = CHUNK_BAD;
[all...]

Completed in 36 milliseconds