Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h258 AVFormatContext *dv_fctx; member
Dmov.c2379 c->dv_fctx = avformat_alloc_context(); in mov_finalize_stsd_codec()
2380 if (!c->dv_fctx) { in mov_finalize_stsd_codec()
2384 c->dv_demux = avpriv_dv_init_demux(c->dv_fctx); in mov_finalize_stsd_codec()
7400 avformat_free_context(mov->dv_fctx); in mov_read_close()
7401 mov->dv_fctx = NULL; in mov_read_close()