From 7c9dc11e3331d3770caf647ca50d58f2bca7a249 Mon Sep 17 00:00:00 2001 From: Giuseppe Baruffa Date: Fri, 27 Apr 2007 17:20:26 +0000 Subject: workarounds for rendering differently sized components --- OPJViewer/source/wxj2kparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OPJViewer/source/wxj2kparser.cpp') 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; } -- cgit v1.2.3