[isp] Fix mistake in function declaration.

This commit is contained in:
siivonek 2022-08-29 12:37:23 +03:00 committed by Marko Viitanen
parent b8506c757c
commit 4a21039e23

View file

@ -117,4 +117,7 @@ void uvg_encode_last_significant_xy(cabac_data_t * const cabac,
uint8_t width, uint8_t height,
uint8_t type, uint8_t scan, double* bits_out);
void uvg_get_sub_coeff(coeff_t* dst, const coeff_t* const src, const int lcu_x, const int lcu_y, const int block_w, const int block_h);
void uvg_get_sub_coeff(coeff_t* dst, const coeff_t* const src,
const int lcu_x, const int lcu_y,
const int block_w, const int block_h,
const int lcu_width);