mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add H265 Streaming to GUI
This commit is contained in:
parent
c19c7869d5
commit
e6d18155af
8 changed files with 57 additions and 4 deletions
|
@ -85,9 +85,10 @@ CHIAKI_EXPORT ChiakiErrorCode chiaki_lib_init();
|
|||
|
||||
typedef enum
|
||||
{
|
||||
// values must not change
|
||||
CHIAKI_CODEC_H264 = 0,
|
||||
CHIAKI_CODEC_H265,
|
||||
CHIAKI_CODEC_H265_HDR
|
||||
CHIAKI_CODEC_H265 = 1,
|
||||
CHIAKI_CODEC_H265_HDR = 2
|
||||
} ChiakiCodec;
|
||||
|
||||
static inline bool chiaki_codec_is_h265(ChiakiCodec codec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue