Searched refs:zbuf_in (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.h139 uint8_t *zbuf_in; member in struct:SWFContext
H A Dswfdec.c82 int n = avio_read(s->pb, swf->zbuf_in, ZBUF_SIZE);
85 z->next_in = swf->zbuf_in;
117 swf->zbuf_in = av_malloc(ZBUF_SIZE);
121 if (!swf->zbuf_in || !swf->zbuf_out || !swf->zpb)
503 av_freep(&s->zbuf_in);

Completed in 36 milliseconds