fixed svace issues 80/170180/1 accepted/tizen/unified/20180220.064110 submit/tizen/20180219.073606
authorSejun Park <sejun79.park@samsung.com>
Wed, 14 Feb 2018 04:41:52 +0000 (13:41 +0900)
committerSejun Park <sejun79.park@samsung.com>
Wed, 14 Feb 2018 04:41:52 +0000 (13:41 +0900)
Change-Id: Ie0f6a4ac83ae9ca6ea7fce5b59a1c7ef83db09b8

exynos/libvideocodec/dec/ExynosVideoDecoder.c
exynos/libvideocodec/enc/ExynosVideoEncoder.c
exynos/libvideocodec/include/ExynosVideoApi.h
packaging/libomxil-e7270-v4l2.spec

index d7931fa..5637b6f 100755 (executable)
@@ -2864,7 +2864,7 @@ ExynosVideoErrorType MFC_Exynos_Video_GetInstInfo_Decoder(
             goto EXIT;
         }
 
-        pVideoInstInfo->SwVersion = (unsigned long long)swVersion;
+        pVideoInstInfo->SwVersion = swVersion;
     }
 #endif
 
index 9d73ffe..b607e6d 100755 (executable)
@@ -2860,7 +2860,7 @@ ExynosVideoErrorType MFC_Exynos_Video_GetInstInfo_Encoder(
             goto EXIT;
         }
 
-        pVideoInstInfo->SwVersion = (unsigned long long)swVersion;
+        pVideoInstInfo->SwVersion = swVersion;
     }
 #endif
 
index a778b52..8eabc17 100755 (executable)
@@ -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];
 
index e513bed..9af6fb7 100755 (executable)
@@ -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