Screen image transmission uses H.264 compression #65

This commit is contained in:
yuanyuanxiang
2025-03-30 18:03:01 +08:00
parent 7bcf11ce0a
commit 1358fecc7c
152 changed files with 44123 additions and 62 deletions

BIN
compress/x264/libx264.lib Normal file

Binary file not shown.

Binary file not shown.

1025
compress/x264/x264.h Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
#define X264_BIT_DEPTH 8
#define X264_GPL 1
#define X264_INTERLACED 1
#define X264_CHROMA_FORMAT 0
#define X264_REV 3194
#define X264_REV_DIFF 0
#define X264_VERSION " r3194"
#define X264_POINTVER "0.164.3194"