mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-15 21:32:13 +00:00
Add video format mask for 10-bit color
This commit is contained in:
@@ -216,6 +216,7 @@ typedef struct _DECODE_UNIT {
|
|||||||
// Masks for clients to use to match video codecs without profile-specific details.
|
// Masks for clients to use to match video codecs without profile-specific details.
|
||||||
#define VIDEO_FORMAT_MASK_H264 0x00FF
|
#define VIDEO_FORMAT_MASK_H264 0x00FF
|
||||||
#define VIDEO_FORMAT_MASK_H265 0xFF00
|
#define VIDEO_FORMAT_MASK_H265 0xFF00
|
||||||
|
#define VIDEO_FORMAT_MASK_10BIT 0x0200
|
||||||
|
|
||||||
// If set in the renderer capabilities field, this flag will cause audio/video data to
|
// If set in the renderer capabilities field, this flag will cause audio/video data to
|
||||||
// be submitted directly from the receive thread. This should only be specified if the
|
// be submitted directly from the receive thread. This should only be specified if the
|
||||||
|
|||||||
Reference in New Issue
Block a user