Lines Matching refs:avf
47 AVFormatContext *avf;
75 ret = avformat_alloc_output_context2(&wc->avf, oformat, NULL, NULL);
78 oc = wc->avf;
153 AVFormatContext *oc = wc->avf;
167 AVFormatContext *oc = wc->avf;
180 AVFormatContext *oc = wc->avf;
216 AVFormatContext *oc = wc->avf;
248 AVFormatContext *oc = wc->avf;
266 if (!wc->avf)
270 ffio_free_dyn_buf(&wc->avf->pb);
272 ff_format_io_close(s, &wc->avf->pb);
273 avformat_free_context(wc->avf);
274 wc->avf = NULL;