mirror of https://git.ffmpeg.org/ffmpeg.git
adpcm: pretty-print tables
This commit is contained in:
parent
fcbe421cee
commit
5a9ed7c110
|
@ -65,8 +65,11 @@ static const int xa_adpcm_table[5][2] = {
|
|||
};
|
||||
|
||||
static const int ea_adpcm_table[] = {
|
||||
0, 240, 460, 392, 0, 0, -208, -220, 0, 1,
|
||||
3, 4, 7, 8, 10, 11, 0, -1, -3, -4
|
||||
0, 240, 460, 392,
|
||||
0, 0, -208, -220,
|
||||
0, 1, 3, 4,
|
||||
7, 8, 10, 11,
|
||||
0, -1, -3, -4
|
||||
};
|
||||
|
||||
// padded to zero where table size is less then 16
|
||||
|
|
Loading…
Reference in New Issue