From ec61a859344dc6d2a60e4cbcd1555e6d317f2add Mon Sep 17 00:00:00 2001 From: JUN FANG Date: Fri, 27 Feb 2015 10:00:00 -0800 Subject: Upgrade openjpeg to revision 2997. BUG=457493 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/960183004 --- core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h') diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h index e1d41ed56f..3bc0ad9ea7 100644 --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/t1.h @@ -126,11 +126,13 @@ Encode the code-blocks of a tile @param tile The tile to encode @param tcp Tile coding parameters @param mct_norms FIXME DOC +@param mct_numcomps Number of components used for MCT */ OPJ_BOOL opj_t1_encode_cblks( opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp, - const OPJ_FLOAT64 * mct_norms); + const OPJ_FLOAT64 * mct_norms, + OPJ_UINT32 mct_numcomps); /** Decode the code-blocks of a tile -- cgit v1.2.3