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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c151 AVFormatContext *dv_fctx; member in struct:MOVContext
1064 c->dv_fctx = avformat_alloc_context();
1065 c->dv_demux = dv_init_demux(c->dv_fctx);
2179 for(i=0; i<mov->dv_fctx->nb_streams; i++){
2180 av_freep(&mov->dv_fctx->streams[i]->codec);
2181 av_freep(&mov->dv_fctx->streams[i]);
2183 av_freep(&mov->dv_fctx);

Completed in 42 milliseconds