diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-11 19:14:50 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-11 19:14:50 +0000 |
| commit | b7b72bbf974f4f8b2ae5f578e78a3cc67cbfb02c (patch) | |
| tree | ca2c7ea6831a0497596887806ecc6d272f67e6d7 /libopenjpeg/tcd.c | |
| parent | e1340fe0874b7648d57639ffb244f835a537f9b7 (diff) | |
BUG: 4 Apply patch from stefan.
Diffstat (limited to 'libopenjpeg/tcd.c')
| -rw-r--r-- | libopenjpeg/tcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/tcd.c b/libopenjpeg/tcd.c index 7eabce55..18cdbc78 100644 --- a/libopenjpeg/tcd.c +++ b/libopenjpeg/tcd.c @@ -1352,7 +1352,7 @@ opj_bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno } else { cstr_info->tile[tileno].pdx[resno] = 15; - cstr_info->tile[tileno].pdx[resno] = 15; + cstr_info->tile[tileno].pdy[resno] = 15; } } } |
