Fix Svace issue
[platform/core/multimedia/libmm-camcorder.git] / src / mm_camcorder_exifinfo.c
index c907b5d..a594460 100644 (file)
@@ -48,7 +48,7 @@
  */
 #include <string.h>
 #define _EXIF_BIN_SIZE_                ((unsigned int)174)
-unsigned char g_exif_bin[_EXIF_BIN_SIZE_] = {
+static unsigned char g_exif_bin[_EXIF_BIN_SIZE_] = {
        0x45 , 0x78 , 0x69 , 0x66 , 0x00 , 0x00 , 0x49 , 0x49 , 0x2a , 0x00 , 0x08 , 0x00 , 0x00 , 0x00 , 0x05 , 0x00 ,
        0x1a , 0x01 , 0x05 , 0x00 , 0x01 , 0x00 , 0x00 , 0x00 , 0x4a , 0x00 , 0x00 , 0x00 , 0x1b , 0x01 , 0x05 , 0x00 ,
        0x01 , 0x00 , 0x00 , 0x00 , 0x52 , 0x00 , 0x00 , 0x00 , 0x28 , 0x01 , 0x03 , 0x00 , 0x01 , 0x00 , 0x00 , 0x00 ,