mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 12:10:36 +01:00
Update radeon_vcn_enc.c
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24151>
This commit is contained in:
parent
64eab1f3ae
commit
e85a18a9af
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ static void radeon_vcn_enc_get_input_format_param(struct radeon_encoder *enc,
|
|||
enc->enc_pic.enc_input_format.input_color_packing_format = RENCODE_COLOR_PACKING_FORMAT_A8R8G8B8;
|
||||
enc->enc_pic.enc_input_format.input_color_space = RENCODE_COLOR_SPACE_RGB;
|
||||
break;
|
||||
break;
|
||||
case PIPE_FORMAT_R8G8B8A8_UNORM:
|
||||
case PIPE_FORMAT_R8G8B8X8_UNORM:
|
||||
enc->enc_pic.enc_input_format.input_color_bit_depth = RENCODE_COLOR_BIT_DEPTH_8_BIT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue