diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:47:55 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:47:55 +0000 |
| commit | 7abbe1e8d8923375e63cf403d2194ea528ad1740 (patch) | |
| tree | b1f1a7b34f6b4bbcbd9c2b76fd51a028bc5ad224 /applications/OPJViewer/source/wxj2kparser.cpp | |
| parent | 004b6ed60f17ef2cc64c6eb3918cfbeaafecf9fd (diff) | |
[trunk] Backport from OPJViewer version 1.5 over to trunk
Diffstat (limited to 'applications/OPJViewer/source/wxj2kparser.cpp')
| -rw-r--r-- | applications/OPJViewer/source/wxj2kparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
