Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h275 AVFormatContext *dv_fctx; member
H A Dmov.c2564 c->dv_fctx = avformat_alloc_context();
2565 if (!c->dv_fctx) {
2569 c->dv_demux = avpriv_dv_init_demux(c->dv_fctx);
8527 avformat_free_context(mov->dv_fctx);
8528 mov->dv_fctx = NULL;

Completed in 11 milliseconds