mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 06:50:32 +01:00
amd/vpelib: Add missing JFIF enum
[WHY & HOW] Currently missing RGB JFIF enum for switch case - add it in Also updated unit test to pass Signed-off-by: Brendan Steve Leder <BrendanSteve.Leder@amd.com> Acked-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40210>
This commit is contained in:
parent
3b86244d2e
commit
4f93449774
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ static enum mpc_color_gamut_type get_color_gamut_type(enum color_space color_spa
|
|||
case COLOR_SPACE_RGB601_LIMITED:
|
||||
case COLOR_SPACE_2020_RGB_FULLRANGE:
|
||||
case COLOR_SPACE_2020_RGB_LIMITEDRANGE:
|
||||
case COLOR_SPACE_RGB_JFIF:
|
||||
return COLOR_GAMUT_RGB_TYPE;
|
||||
case COLOR_SPACE_YCBCR601:
|
||||
case COLOR_SPACE_YCBCR601_LIMITED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue