Lines Matching defs:frame
433 av_log(NULL, AV_LOG_INFO, "Encoding frame\n");
434 /* encode filtered frame */
454 av_log(NULL, AV_LOG_DEBUG, "Muxing frame\n");
455 /* mux encoded frame */
462 static int filter_encode_write_frame(AVFrame *frame, unsigned int stream_index)
467 av_log(NULL, AV_LOG_INFO, "Pushing decoded frame to filters\n");
468 /* push the decoded frame into the filtergraph */
470 frame, 0);
478 av_log(NULL, AV_LOG_INFO, "Pulling filtered frame from filters\n");
537 av_log(NULL, AV_LOG_DEBUG, "Demuxer gave frame of stream_index %u\n",
543 av_log(NULL, AV_LOG_DEBUG, "Going to reencode&filter the frame\n");
567 /* remux this frame without reencoding */