Commit 98f4501e authored by vitor's avatar vitor

Cosmetics: reindent tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14093 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 217bc419
......@@ -22,8 +22,10 @@
#ifndef FFMPEG_RA288_H
#define FFMPEG_RA288_H
static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773,
-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
};
static const float codetable[128][5]={
{ 0.326171875, -1.4404296875, -0.6123046875, -0.8740234375, -1.24658203125},
......@@ -175,7 +177,7 @@ static const float table1[111]={
0.843322754, 0.816680908, 0.788208008, 0.757904053, 0.725891113, 0.692199707,
0.656921387, 0.620178223, 0.582000732, 0.542480469, 0.501739502, 0.459838867,
0.416900635, 0.373016357, 0.328277588, 0.282775879, 0.236663818, 0.189971924,
0.142852783, 0.0954284668, 0.0477600098
0.142852783, 0.0954284668,0.0477600098
};
static const float table2[38]={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment