mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Finish new LaunchSpec
This commit is contained in:
parent
d4e1aa3b60
commit
e2d1c11064
3 changed files with 26 additions and 9 deletions
|
@ -89,6 +89,16 @@ typedef enum
|
|||
CHIAKI_CODEC_H265_HDR
|
||||
} ChiakiCodec;
|
||||
|
||||
static inline bool chiaki_codec_is_h265(ChiakiCodec codec)
|
||||
{
|
||||
return codec == CHIAKI_CODEC_H265 || codec == CHIAKI_CODEC_H265_HDR;
|
||||
}
|
||||
|
||||
static inline bool chiaki_codec_is_hdr(ChiakiCodec codec)
|
||||
{
|
||||
return codec == CHIAKI_CODEC_H265_HDR;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue