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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c560 int found_header; local
569 found_header = ff_id3v2_match(buf, magic);
570 if (found_header) {
580 } while (found_header);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c887 int found_header; local
907 found_header = ff_id3v2_match(buf, magic);
908 if (found_header) {
918 } while (found_header);

Completed in 215 milliseconds