mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/amfenc: Update supported HEVC color ranges
We properly set AMF_VIDEO_ENCODER_HEVC_NOMINAL_RANGE since fb4dd4b6f4
.
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
parent
4cbb997e15
commit
e3ae57b0de
@ -537,7 +537,7 @@ const FFCodec ff_hevc_amf_encoder = {
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
|
||||
FF_CODEC_CAP_INIT_CLEANUP,
|
||||
.p.pix_fmts = ff_amf_pix_fmts,
|
||||
.color_ranges = AVCOL_RANGE_MPEG, /* FIXME: implement tagging */
|
||||
.color_ranges = AVCOL_RANGE_MPEG | AVCOL_RANGE_JPEG,
|
||||
.p.wrapper_name = "amf",
|
||||
.hw_configs = ff_amfenc_hw_configs,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user