diff options
author | Manoj Bonda <mbonda@nvidia.com> | 2020-06-19 12:31:22 +0530 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-06-19 11:05:30 -0300 |
commit | 23d06f606e58779d47ca9d312c570b8e64f99f9e (patch) | |
tree | 083d29d54e0fca0141bbdb0f64c90b3808509c29 /libswresample | |
parent | af6cddae1fe9cf378e961d9a2a36dd7234996ab3 (diff) | |
download | ffmpeg-23d06f606e58779d47ca9d312c570b8e64f99f9e.tar.gz |
avcodec/av1_parser: initialize avctx->pix_fmt
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>
Diffstat (limited to 'libswresample')
0 files changed, 0 insertions, 0 deletions