Searched refs:amf_parse_object (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 Dflvdec.c118 static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) { function
144 if(amf_parse_object(s, NULL, NULL, NULL, max_pos, depth + 1) < 0)
159 if(amf_parse_object(s, astream, vstream, str_val, max_pos, depth + 1) < 0)
170 if(amf_parse_object(s, NULL, NULL, NULL, max_pos, depth + 1) < 0)
239 //find the streams now so that amf_parse_object doesn't need to do the lookup every time it is called.
247 if(amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0)

Completed in 92 milliseconds