mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
parent
1215fbad96
commit
74b4134d2f
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
|
|||
} else {
|
||||
av_log(avctx, AV_LOG_ERROR, "Chroma format of input pixel format "
|
||||
"%s is not supported.\n", desc->name);
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
}
|
||||
bit_depth = desc->comp[0].depth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue