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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c184 AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec); local
185 if(!thread_avctx)
187 tmpv = thread_avctx->priv_data;
188 *thread_avctx = *avctx;
189 thread_avctx->priv_data = tmpv;
190 thread_avctx->internal = NULL;
191 memcpy(thread_avctx->priv_data, avctx->priv_data, avctx->codec->priv_data_size);
192 thread_avctx->thread_count = 1;
193 thread_avctx->active_thread_type &= ~FF_THREAD_FRAME;
197 if(avcodec_open2(thread_avctx, avct
[all...]

Completed in 117 milliseconds