adpcm: pretty-print tables

pull/2/head
Justin Ruggles 14 years ago
parent fcbe421cee
commit 5a9ed7c110
  1. 7
      libavcodec/adpcm.c

@ -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…
Cancel
Save