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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dutils.c357 AVFrame temp_pic; local
374 temp_pic = *pic;
382 av_picture_copy((AVPicture*)pic, (AVPicture*)&temp_pic, s->pix_fmt, s->width,
384 s->release_buffer(s, &temp_pic); // Release old frame

Completed in 92 milliseconds