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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c546 AVFrame temp_pic; local
569 temp_pic = *pic;
577 av_picture_copy((AVPicture*)pic, (AVPicture*)&temp_pic, s->pix_fmt, s->width,
579 s->release_buffer(s, &temp_pic); // Release old frame

Completed in 54 milliseconds