Lines Matching refs:last_frame
78 AVFrame *last_frame;
855 ret = av_frame_copy(diffFrame, s->last_frame);
973 } else if (s->last_frame) {
979 pkt->pts = pkt->dts = s->last_frame->pts;
1003 if (s->last_frame) {
1029 if (!s->last_frame) {
1030 s->last_frame = av_frame_alloc();
1031 if (!s->last_frame)
1047 av_frame_copy(s->prev_frame, s->last_frame);
1058 av_frame_unref(s->last_frame);
1059 ret = av_frame_ref(s->last_frame, (AVFrame*)pict);
1066 av_frame_free(&s->last_frame);
1164 av_frame_free(&s->last_frame);