Searched refs:find_tag (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 Dwav.c122 static int find_tag(ByteIOContext *pb, uint32_t tag1) function
181 size = find_tag(pb, MKTAG('f', 'm', 't', ' '));
193 size = find_tag(pb, MKTAG('d', 'a', 't', 'a'));
215 left = find_tag(s->pb, MKTAG('d', 'a', 't', 'a'));

Completed in 37 milliseconds