diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-04-27 17:20:26 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-04-27 17:20:26 +0000 |
| commit | 7c9dc11e3331d3770caf647ca50d58f2bca7a249 (patch) | |
| tree | 68d34d0f19115bd9757004f1d3be81bbc1393e22 /OPJViewer/source/wxj2kparser.cpp | |
| parent | 848214e7894895f30c9f827ff9d2796cf2d3cc3c (diff) | |
workarounds for rendering differently sized components
Diffstat (limited to 'OPJViewer/source/wxj2kparser.cpp')
| -rw-r--r-- | OPJViewer/source/wxj2kparser.cpp | 4 |
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;
}
|
