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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h137 AVFormatContext *dv_fctx; member in struct:MOVContext
H A Dmov.c1363 c->dv_fctx = avformat_alloc_context();
1364 c->dv_demux = avpriv_dv_init_demux(c->dv_fctx);
2778 for (i = 0; i < mov->dv_fctx->nb_streams; i++) {
2779 av_freep(&mov->dv_fctx->streams[i]->codec);
2780 av_freep(&mov->dv_fctx->streams[i]);
2782 av_freep(&mov->dv_fctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h161 AVFormatContext *dv_fctx; member in struct:MOVContext
H A Dmov.c1553 c->dv_fctx = avformat_alloc_context();
1554 c->dv_demux = avpriv_dv_init_demux(c->dv_fctx);
3480 avformat_free_context(mov->dv_fctx);
3481 mov->dv_fctx = NULL;

Completed in 136 milliseconds