Mercurial > libavcodec.hg
changeset 1665:2886ec9d113f libavcodec
cosmetics
author | alex |
---|---|
date | Mon, 08 Dec 2003 11:35:09 +0000 |
parents | 1c7ded3c2b25 |
children | b76ab3c968ab |
files | truemotion1data.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/truemotion1data.h Mon Dec 08 11:32:06 2003 +0000 +++ b/truemotion1data.h Mon Dec 08 11:35:09 2003 +0000 @@ -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 @@ 0x2,0x77 }; -uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 }; +static uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 }; +#endif