Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jan 14, 2024
1 parent 4c4b62b commit e9a4907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions highgui/src/capture_cvi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ typedef struct _VIDEO_FRAME_S {
CVI_U64 u64PhyAddr[3];
CVI_U8 *pu8VirAddr[3];
#ifdef __arm__
__u32 u32VirAddrPadding[3];
CVI_U32 u32VirAddrPadding[3];
#endif
CVI_U32 u32Length[3];

Expand All @@ -676,7 +676,7 @@ typedef struct _VIDEO_FRAME_S {

void *pPrivateData;
#ifdef __arm__
__u32 u32PrivateDataPadding;
CVI_U32 u32PrivateDataPadding;
#endif
CVI_U32 u32FrameFlag;
} VIDEO_FRAME_S;
Expand Down

0 comments on commit e9a4907

Please sign in to comment.