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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnsvdec.c541 uint16_t auxsize; local
572 auxsize = avio_rl16(pb);
579 auxsize);
580 avio_skip(pb, auxsize);
581 vsize -= auxsize + sizeof(uint16_t) + sizeof(uint32_t); /* that's becoming braindead */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnsvdec.c568 uint16_t auxsize; local
599 auxsize = avio_rl16(pb);
606 auxsize);
607 avio_skip(pb, auxsize);
608 vsize -= auxsize + sizeof(uint16_t) + sizeof(uint32_t); /* that's becoming braindead */

Completed in 49 milliseconds