You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
aptx: indentation (cosmetics only)
This commit is contained in:
@@ -394,7 +394,7 @@ typedef const struct {
|
|||||||
} ConstTables;
|
} ConstTables;
|
||||||
|
|
||||||
static ConstTables tables[2][NB_SUBBANDS] = {
|
static ConstTables tables[2][NB_SUBBANDS] = {
|
||||||
{
|
{
|
||||||
[LF] = { quantize_intervals_LF,
|
[LF] = { quantize_intervals_LF,
|
||||||
invert_quantize_dither_factors_LF,
|
invert_quantize_dither_factors_LF,
|
||||||
quantize_dither_factors_LF,
|
quantize_dither_factors_LF,
|
||||||
@@ -419,8 +419,8 @@ static ConstTables tables[2][NB_SUBBANDS] = {
|
|||||||
quantize_factor_select_offset_HF,
|
quantize_factor_select_offset_HF,
|
||||||
FF_ARRAY_ELEMS(quantize_intervals_HF),
|
FF_ARRAY_ELEMS(quantize_intervals_HF),
|
||||||
0x15FF, 12 },
|
0x15FF, 12 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
[LF] = { hd_quantize_intervals_LF,
|
[LF] = { hd_quantize_intervals_LF,
|
||||||
hd_invert_quantize_dither_factors_LF,
|
hd_invert_quantize_dither_factors_LF,
|
||||||
hd_quantize_dither_factors_LF,
|
hd_quantize_dither_factors_LF,
|
||||||
@@ -445,7 +445,7 @@ static ConstTables tables[2][NB_SUBBANDS] = {
|
|||||||
hd_quantize_factor_select_offset_HF,
|
hd_quantize_factor_select_offset_HF,
|
||||||
FF_ARRAY_ELEMS(hd_quantize_intervals_HF),
|
FF_ARRAY_ELEMS(hd_quantize_intervals_HF),
|
||||||
0x15FF, 12 },
|
0x15FF, 12 },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int16_t quantization_factors[32] = {
|
static const int16_t quantization_factors[32] = {
|
||||||
|
Reference in New Issue
Block a user