mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 20:15:58 +08:00
“添加bom头
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "crc32.h"
|
||||
#include "crc32.h"
|
||||
|
||||
#define BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff))
|
||||
#define BSWAP32C(x) (BSWAP16C(x) << 16 | BSWAP16C((x) >> 16))
|
||||
|
||||
Reference in New Issue
Block a user