Home
last modified time | relevance | path

Searched refs:frame_pix_fmt (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1739 char *frame_pix_fmt = NULL; in new_video_stream() local
1752 MATCH_PER_STREAM_OPT(frame_pix_fmts, str, frame_pix_fmt, oc, st); in new_video_stream()
1753 if (frame_pix_fmt && *frame_pix_fmt == '+') { in new_video_stream()
1755 if (!*++frame_pix_fmt) in new_video_stream()
1756 frame_pix_fmt = NULL; in new_video_stream()
1758 … if (frame_pix_fmt && (video_enc->pix_fmt = av_get_pix_fmt(frame_pix_fmt)) == AV_PIX_FMT_NONE) { in new_video_stream()
1759 av_log(NULL, AV_LOG_FATAL, "Unknown pixel format requested: %s.\n", frame_pix_fmt); in new_video_stream()