Home
last modified time | relevance | path

Searched refs:zbuf_in (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dswfdec.c44 uint8_t *zbuf_in; member
123 int n = avio_read(s->pb, swf->zbuf_in, ZBUF_SIZE); in zlib_refill()
126 z->next_in = swf->zbuf_in; in zlib_refill()
164 if (!(swf->zbuf_in = av_malloc(ZBUF_SIZE)) || in swf_read_header()
563 av_freep(&s->zbuf_in); in swf_read_close()