Commit 6bdbee9e authored by alex's avatar alex

cosmetics


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6eb23617
......@@ -6,6 +6,8 @@
* GNU LGPL using the common understanding that data tables necessary for
* decoding algorithms are not necessarily licensable.
*/
#ifndef TRUEMOTION1DATA_H
#define TRUEMOTION1DATA_H
/* Y delta tables, skinny and fat */
static int16_t ydt1[8] = { 0, -2, 2, -6, 6, -12, 12, -12 };
......@@ -807,4 +809,5 @@ static uint8_t pc_tbl4[] = {
0x2,0x77
};
uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 };
static uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 };
#endif
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