Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f744b8 authored by Hangyu Kuang's avatar Hangyu Kuang
Browse files

openmax: Use unsigned 32bit integer for intra refresh period.

Bug:26587630
Change-Id: Ib658bcf93093aa4e1b4863f245efbd7b7e6a0389
parent 9d761605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ typedef struct OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE {
    OMX_U32 nSize;
    OMX_VERSIONTYPE nVersion;
    OMX_U32 nPortIndex;
    OMX_S32 nRefreshPeriod;
    OMX_U32 nRefreshPeriod;
} OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE;

#ifdef __cplusplus