Searched refs:zbuf_out (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 Dswf.h140 uint8_t *zbuf_out; member in struct:SWFContext
H A Dswfdec.c118 swf->zbuf_out = av_malloc(ZBUF_SIZE);
119 swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, s,
121 if (!swf->zbuf_in || !swf->zbuf_out || !swf->zpb)
504 av_freep(&s->zbuf_out);

Completed in 101 milliseconds