From 7abbe1e8d8923375e63cf403d2194ea528ad1740 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 2 Mar 2012 09:47:55 +0000 Subject: [trunk] Backport from OPJViewer version 1.5 over to trunk --- applications/OPJViewer/source/wxj2kparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/OPJViewer/source/wxj2kparser.cpp') diff --git a/applications/OPJViewer/source/wxj2kparser.cpp b/applications/OPJViewer/source/wxj2kparser.cpp index 844eae97..284c568a 100644 --- a/applications/OPJViewer/source/wxj2kparser.cpp +++ b/applications/OPJViewer/source/wxj2kparser.cpp @@ -93,7 +93,7 @@ unsigned short int marker_val[] = { }; // Marker names -char *marker_name[] = { +static const char *marker_name[] = { "SOC", "SOT", "SOD", "EOC", "SIZ", "COD", "COC", "RGN", "QCD", "QCC", "POD", @@ -109,7 +109,7 @@ char *marker_name[] = { }; // Marker descriptions -char *marker_descr[] = { +static const char *marker_descr[] = { "Start of codestream", "Start of tile-part", "Start of data", "End of codestream", "Image and tile size", "Coding style default", "Coding style component", "Region-of-interest", "Quantization default", -- cgit v1.2.3