mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avcodec/aactab: Deduplicate swb_offset_960 tabs
swb_offset_960_48 and swb_offset_960_32 coincide. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4fb9d94688
commit
5935423e1e
@ -1331,14 +1331,7 @@ static const uint16_t swb_offset_960_48[] =
|
||||
672, 704, 736, 768, 800, 832, 864, 896, 928, 960
|
||||
};
|
||||
|
||||
static const uint16_t swb_offset_960_32[] =
|
||||
{
|
||||
0, 4, 8, 12, 16, 20, 24, 28, 32, 36,
|
||||
40, 48, 56, 64, 72, 80, 88, 96, 108, 120,
|
||||
132, 144, 160, 176, 196, 216, 240, 264, 292, 320,
|
||||
352, 384, 416, 448, 480, 512, 544, 576, 608, 640,
|
||||
672, 704, 736, 768, 800, 832, 864, 896, 928, 960
|
||||
};
|
||||
#define swb_offset_960_32 swb_offset_960_48
|
||||
|
||||
static const uint16_t swb_offset_960_24[] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user