Lines Matching defs:frame
48 AVFrame *frame = NULL;
224 if (!frame && !(frame = av_frame_alloc())) {
226 av_log(NULL, AV_LOG_ERROR, "Could not allocate frame\n");
229 ret = av_buffersink_get_frame_flags(st->sink, frame,
237 if (frame->pts != AV_NOPTS_VALUE)
238 frame->pts = av_rescale_q(frame->pts,
243 frame);
244 frame = NULL;
247 "Error writing frame: %s\n", av_err2str(ret));
261 av_frame_free(&frame);