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 d7931fa0c6c449129ab22fd41f02fa30b154b22f..5637b6ff9b1bd86f4a73d5495ddffdd6d549b05d 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 9d73ffee6cbcdbdbc49eaf5ae30d9f1e530885c4..b607e6d73c7f923ea3dc93dab3d149f25422b48a 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 a778b521361422bcee5ed6199784eadac32bf80f..8eabc17f92bf640f1801fbed74fbbb69cc54c77a 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 e513bed0f4871cdd80314df49ceec597415be49c..9af6fb730b9be0c6590d330e6772d46ab30ad0c5 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