Skip to content

Commit 1b6baab

Browse files
committed
synthesize2 should also take jpc_fix_t pointer
1 parent 2483643 commit 1b6baab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • supportApp/GraphicsMagickSrc/jp2/src/libjasper/jpc

supportApp/GraphicsMagickSrc/jp2/src/libjasper/jpc/jpc_tsfb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ int jpc_tsfb_synthesize(jpc_tsfb_t *tsfb, jas_seq2d_t *a)
160160
jas_seq2d_height(a), jas_seq2d_rowstep(a), tsfb->numlvls - 1) : 0;
161161
}
162162

163-
int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, jas_seqent_t *a, int xstart, int ystart,
163+
int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, jpc_fix_t *a, int xstart, int ystart,
164164
int width, int height, int stride, int numlvls)
165165
{
166166
if (numlvls > 0) {

0 commit comments

Comments
 (0)