diff options
author | Sejun Park <sejun79.park@samsung.com> | 2018-02-14 13:41:52 +0900 |
---|---|---|
committer | Sejun Park <sejun79.park@samsung.com> | 2018-02-14 13:41:52 +0900 |
commit | 44ddcf62e786cbaf369e95d392b5b0e451f2cc90 (patch) | |
tree | fe635ae2996509573dd0dd9b80ee515dadde6c8f | |
parent | 2e96da43c261331261960979a330ef6ab4a98842 (diff) | |
download | libomxil-e7270-v4l2-44ddcf62e786cbaf369e95d392b5b0e451f2cc90.tar.gz libomxil-e7270-v4l2-44ddcf62e786cbaf369e95d392b5b0e451f2cc90.tar.bz2 libomxil-e7270-v4l2-44ddcf62e786cbaf369e95d392b5b0e451f2cc90.zip |
fixed svace issuessubmit/tizen/20180219.073606accepted/tizen/unified/20180220.064110
Change-Id: Ie0f6a4ac83ae9ca6ea7fce5b59a1c7ef83db09b8
-rwxr-xr-x | exynos/libvideocodec/dec/ExynosVideoDecoder.c | 2 | ||||
-rwxr-xr-x | exynos/libvideocodec/enc/ExynosVideoEncoder.c | 2 | ||||
-rwxr-xr-x | exynos/libvideocodec/include/ExynosVideoApi.h | 2 | ||||
-rwxr-xr-x | packaging/libomxil-e7270-v4l2.spec | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/exynos/libvideocodec/dec/ExynosVideoDecoder.c b/exynos/libvideocodec/dec/ExynosVideoDecoder.c index d7931fa..5637b6f 100755 --- a/exynos/libvideocodec/dec/ExynosVideoDecoder.c +++ b/exynos/libvideocodec/dec/ExynosVideoDecoder.c @@ -2864,7 +2864,7 @@ ExynosVideoErrorType MFC_Exynos_Video_GetInstInfo_Decoder( goto EXIT; } - pVideoInstInfo->SwVersion = (unsigned long long)swVersion; + pVideoInstInfo->SwVersion = swVersion; } #endif diff --git a/exynos/libvideocodec/enc/ExynosVideoEncoder.c b/exynos/libvideocodec/enc/ExynosVideoEncoder.c index 9d73ffe..b607e6d 100755 --- a/exynos/libvideocodec/enc/ExynosVideoEncoder.c +++ b/exynos/libvideocodec/enc/ExynosVideoEncoder.c @@ -2860,7 +2860,7 @@ ExynosVideoErrorType MFC_Exynos_Video_GetInstInfo_Encoder( goto EXIT; } - pVideoInstInfo->SwVersion = (unsigned long long)swVersion; + pVideoInstInfo->SwVersion = swVersion; } #endif diff --git a/exynos/libvideocodec/include/ExynosVideoApi.h b/exynos/libvideocodec/include/ExynosVideoApi.h index a778b52..8eabc17 100755 --- a/exynos/libvideocodec/include/ExynosVideoApi.h +++ b/exynos/libvideocodec/include/ExynosVideoApi.h @@ -433,7 +433,7 @@ typedef struct _ExynosVideoInstInfo { ExynosVideoMemoryType nMemoryType; ExynosVideoCodingType eCodecType; int HwVersion; - unsigned long long SwVersion; + int SwVersion; ExynosVideoSecurityType eSecurityType; ExynosVideoColorFormatType supportFormat[VIDEO_COLORFORMAT_MAX]; diff --git a/packaging/libomxil-e7270-v4l2.spec b/packaging/libomxil-e7270-v4l2.spec index e513bed..9af6fb7 100755 --- a/packaging/libomxil-e7270-v4l2.spec +++ b/packaging/libomxil-e7270-v4l2.spec @@ -3,7 +3,7 @@ Summary: OpenMAX IL for e7270-v4l2 Version: 0.0.1 License: Apache-2.0 Group: Development/Libraries -Release: 1 +Release: 2 ExclusiveArch: %arm Source: %{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig |