diff options
-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 |