vdec/gpujpeg: fixed compat gpujpeg case

P012Z should not be returned in this context, anyways
This commit is contained in:
Martin Pulec
2024-04-08 16:20:12 +02:00
parent f46eda2072
commit 1dfa82dfab

View File

@@ -227,6 +227,9 @@ static decompress_status gpujpeg_probe_internal_codec(unsigned char *buffer, siz
break;
case GPUJPEG_444_U8_P012:
case GPUJPEG_444_U8_P0P1P2:
#if !defined NEW_PARAM_IMG_NO_COMP_COUNT
case GPUJPEG_444_U8_P012Z:
#endif
internal_prop->subsampling = 4440;
break;
#ifdef NEW_PARAM_IMG_NO_COMP_COUNT