Searched refs:iobuf_size (Results 1 – 1 of 1) sorted by relevance
181 int iobuf_size = force_iobuf_size ? force_iobuf_size : sizeof(iobuf); in init_fps() local188 ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); in init_fps()