WIP: remove a piece of code copy by the merge op at the wrong place
This commit is contained in:
@@ -4863,6 +4863,7 @@ static void j2k_add_tlmarker( int tileno, opj_codestream_info_t *cstr_info, unsi
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* -----------------------------------------------------------------------
|
||||
* -----------------------------------------------------------------------
|
||||
@@ -6214,10 +6215,3 @@ void j2k_copy_tile_quantization_parameters( opj_j2k_v2_t *p_j2k )
|
||||
++l_copied_tccp;
|
||||
}
|
||||
}
|
||||
|
||||
/* add the marker */
|
||||
marker->type = type;
|
||||
marker->pos = pos;
|
||||
marker->len = len;
|
||||
cstr_info->tile[tileno].marknum++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user