WIP: remove a piece of code copy by the merge op at the wrong place

This commit is contained in:
Mickael Savinaud 2011-09-19 15:51:20 +00:00
parent dcb3fcbfa7
commit cf37058d7c
2 changed files with 2 additions and 7 deletions

View File

@ -6,6 +6,7 @@ What's New for OpenJPEG
+ : added + : added
September 19, 2011 September 19, 2011
+ [mickael] WIP: remove a piece of code copy by the merge op at the wrong place
+ [mickael] WIP: begin to clean j2k_dump and some other small things + [mickael] WIP: begin to clean j2k_dump and some other small things
+ [mickael] WIP: enchance the new version with some bug fixes from v1 and from me + [mickael] WIP: enchance the new version with some bug fixes from v1 and from me
+ [mickael] WIP: add support of jp2 for new j2k_dump function and some other small stuff + [mickael] WIP: add support of jp2 for new j2k_dump function and some other small stuff

View File

@ -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; ++l_copied_tccp;
} }
} }
/* add the marker */
marker->type = type;
marker->pos = pos;
marker->len = len;
cstr_info->tile[tileno].marknum++;
}