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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c673 AVIOContext pb_local; local
813 ffio_init_context(&pb_local, buffer, b - buffer, 0, NULL, NULL, NULL,
816 pbx = &pb_local; // read from sync buffer
845 ffio_init_context(&pb_local, uncompressed_buffer, dlen, 0, NULL, NULL, NULL, NULL);
847 pbx = &pb_local; // read from sync buffer

Completed in 31 milliseconds