mirror of https://github.com/FFmpeg/FFmpeg.git
Initialize avctx->pix_fmt in av1_parser.c AV1 Chroma format is invalid when quering using below code if no AV1 decoder is available: iVideoStream = av_find_best_stream(fmtc, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0); eChromaFormat = (AVPixelFormat)fmtc->streams[iVideoStream]->codecpar->format; Signed-off-by: James Almer <jamrial@gmail.com>pull/340/head
parent
af6cddae1f
commit
23d06f606e
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue