[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:
Ding Wei
2018-04-11 14:32:50 +08:00
committed by Herman Chen
parent f899f6ef56
commit 6b6c1ae033
2 changed files with 10 additions and 10 deletions

View File

@@ -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 {