Skip to content

Commit

Permalink
Another attempt for DT_UNKNOWN being defined in dirent.h
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Sep 14, 2024
1 parent 52f0606 commit 9f8b3b7
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 753 deletions.
6 changes: 3 additions & 3 deletions console/jpg_0XC3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ unsigned char *decode_JPEG_SOF_0XC3(const char *fn, int skipBytes, bool verbose,
lIncI = lIncI + 1;
else if (lRawRA[lIncI + 1] == 0xD9)
lIncO = -666; // end of padding
// else
// lIsRestartSegments = lRawRA[lIncI+1];
// else
// lIsRestartSegments = lRawRA[lIncI+1];
}
lIncI++;
lIncO++;
Expand Down Expand Up @@ -326,7 +326,7 @@ unsigned char *decode_JPEG_SOF_0XC3(const char *fn, int skipBytes, bool verbose,
}
} else
l[lFrameCount].LookUpRA[k] = lHufVal; // SSSS
// printMessage("Frame %d SSSS %d Size %d Code %d SHL %d EmptyBits %ld\n", lFrameCount, lHufRA[lFrameCount][lIncY].HufVal, lHufRA[lFrameCount][lIncY].HufSz,lHufRA[lFrameCount][lIncY].HufCode, k, lInc);
// printMessage("Frame %d SSSS %d Size %d Code %d SHL %d EmptyBits %ld\n", lFrameCount, lHufRA[lFrameCount][lIncY].HufVal, lHufRA[lFrameCount][lIncY].HufSz,lHufRA[lFrameCount][lIncY].HufCode, k, lInc);
} // Set SSSS
} // Length of size lInc > 0
} // for lInc := 1 to 8
Expand Down
Loading

0 comments on commit 9f8b3b7

Please sign in to comment.