diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-19 15:51:20 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-19 15:51:20 +0000 |
| commit | cf37058d7c5ba3560e86e40244556b58e4349e8c (patch) | |
| tree | a30a6ed69512dcf828abe84ff83c8a69bf55d6c4 /libopenjpeg | |
| parent | dcb3fcbfa7554ad1832d714b16946385e9520462 (diff) | |
WIP: remove a piece of code copy by the merge op at the wrong place
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/j2k.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libopenjpeg/j2k.c b/libopenjpeg/j2k.c index e2e6bd29..f551c10c 100644 --- a/libopenjpeg/j2k.c +++ b/libopenjpeg/j2k.c @@ -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++; -} |
