mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[utils]: for avoiding c++ keywrod, rename xor to vor
Change-Id: I6d2f604b33373932ba4df9affa253764e99bae13 Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct OptionInfo_t {
|
||||
typedef struct data_crc_t {
|
||||
RK_U32 len;
|
||||
RK_U32 sum;
|
||||
RK_U32 xor;
|
||||
RK_U32 vor; // value of the xor
|
||||
} DataCrc;
|
||||
|
||||
typedef struct frame_crc_t {
|
||||
|
Reference in New Issue
Block a user