mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
cook: add const to quant_index_table of categorize()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4f5d1468f5
commit
bf72c0410d
@ -399,7 +399,7 @@ static void decode_envelope(COOKContext *q, COOKSubpacket *p,
|
||||
* @param category pointer to the category array
|
||||
* @param category_index pointer to the category_index array
|
||||
*/
|
||||
static void categorize(COOKContext *q, COOKSubpacket *p, int *quant_index_table,
|
||||
static void categorize(COOKContext *q, COOKSubpacket *p, const int *quant_index_table,
|
||||
int *category, int *category_index)
|
||||
{
|
||||
int exp_idx, bias, tmpbias1, tmpbias2, bits_left, num_bits, index, v, i, j;
|
||||
|
Loading…
Reference in New Issue
Block a user