mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user