Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/codestream/ojph_params_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace ojph {
{ return point(XOsiz, YOsiz); }
void set_tile_offset(point offset)
{ XTOsiz = offset.x; YTOsiz = offset.y; }
point get_tile_offset(point offset) const
point get_tile_offset() const
{ return point(XTOsiz, YTOsiz); }

void set_cod(const param_cod& cod) { this->cod = &cod; }
Expand Down
Loading