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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h134 int found_moov; ///< 'moov' atom has been found member in struct:MOVContext
H A Dmov.c354 if (c->found_moov && c->found_mdat &&
701 c->found_moov=1;
2577 if (!mov->found_moov) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h158 int found_moov; ///< 'moov' atom has been found member in struct:MOVContext
H A Dmov.c765 if (c->found_moov) {
775 c->found_moov=1;
3221 if (c->found_moov && c->found_mdat &&
3548 } while (pb->seekable && !mov->found_moov && !mov->moov_retry++);
3549 if (!mov->found_moov) {

Completed in 171 milliseconds