Cosmetics: reindent tables
Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f803495415
commit
f27f0fc374
@ -22,8 +22,10 @@
|
|||||||
#ifndef FFMPEG_RA288_H
|
#ifndef FFMPEG_RA288_H
|
||||||
#define FFMPEG_RA288_H
|
#define FFMPEG_RA288_H
|
||||||
|
|
||||||
static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773,
|
static const float amptable[8]={
|
||||||
-0.515625,-0.90234375,-1.57910156,-2.76342773 };
|
0.515625, 0.90234375, 1.57910156, 2.76342773,
|
||||||
|
-0.515625, -0.90234375, -1.57910156, -2.76342773
|
||||||
|
};
|
||||||
|
|
||||||
static const float codetable[128][5]={
|
static const float codetable[128][5]={
|
||||||
{ 0.326171875, -1.4404296875, -0.6123046875, -0.8740234375, -1.24658203125},
|
{ 0.326171875, -1.4404296875, -0.6123046875, -0.8740234375, -1.24658203125},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user