summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-11-19 19:14:43 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-11-19 19:14:43 +0000
commit48c1ce20983ac56211be1013ea2fdececef09fb0 (patch)
tree1226ac435af12cab7aab5cb6378e36b16d91a3fa
parentddde345d98fb542682a4cdcd212bd27f1c2f1887 (diff)
downloadlibgphoto2-48c1ce20983ac56211be1013ea2fdececef09fb0.tar.gz
2 data structures made static
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9413 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/gsmart300/gsmart300-jpeg-header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/gsmart300/gsmart300-jpeg-header.h b/camlibs/gsmart300/gsmart300-jpeg-header.h
index 150241322..2c17d6ce4 100644
--- a/camlibs/gsmart300/gsmart300-jpeg-header.h
+++ b/camlibs/gsmart300/gsmart300-jpeg-header.h
@@ -9,7 +9,7 @@
* 563 - 564 : Image Width(H Byte,L Byte)
*/
#define GSMART_JPG_DEFAULT_HEADER_LENGTH 589
-uint8_t Gsmart_300_JPGDefaultHeader[GSMART_JPG_DEFAULT_HEADER_LENGTH] = {
+static uint8_t Gsmart_300_JPGDefaultHeader[GSMART_JPG_DEFAULT_HEADER_LENGTH] = {
/* SOI(Start of Image) */
0xFF,0xD8,
/* DQT(Define Quantization Table) */
@@ -65,7 +65,7 @@ uint8_t Gsmart_300_JPGDefaultHeader[GSMART_JPG_DEFAULT_HEADER_LENGTH] = {
};
/* Quantization tables for GSmart300 */
-uint8_t Gsmart_300_QTable[10][64]=
+static uint8_t Gsmart_300_QTable[10][64]=
{
/* index 0, Q85 */
{ 5, 3, 4, 4, 4, 3, 5, 4, 4, 4, 5, 5, 5, 6, 7, 12,