summaryrefslogtreecommitdiff
path: root/OPJViewer/source/wxj2kparser.cpp
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-04-27 17:20:26 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-04-27 17:20:26 +0000
commit7c9dc11e3331d3770caf647ca50d58f2bca7a249 (patch)
tree68d34d0f19115bd9757004f1d3be81bbc1393e22 /OPJViewer/source/wxj2kparser.cpp
parent848214e7894895f30c9f827ff9d2796cf2d3cc3c (diff)
workarounds for rendering differently sized components
Diffstat (limited to 'OPJViewer/source/wxj2kparser.cpp')
-rw-r--r--OPJViewer/source/wxj2kparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/OPJViewer/source/wxj2kparser.cpp b/OPJViewer/source/wxj2kparser.cpp
index 02d8b4a5..69d89989 100644
--- a/OPJViewer/source/wxj2kparser.cpp
+++ b/OPJViewer/source/wxj2kparser.cpp
@@ -201,9 +201,9 @@ void OPJParseThread::ParseJ2KFile(wxFile *m_file, wxFileOffset offset, wxFileOff
// randomly marker coincident data
if ((currmark != SOT_VAL) &&
- (currmark != EOC_VAL) /*&&
+ (currmark != EOC_VAL) &&
(currmark != SOP_VAL) &&
- (currmark != EPH_VAL)*/) {
+ (currmark != EPH_VAL)) {
OPJ_ADVANCE(1);
continue;
}