mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
vdec/gpujpeg: fixed compat gpujpeg case
P012Z should not be returned in this context, anyways
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user