diff options
author | Christian König <[email protected]> | 2012-01-25 11:53:00 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2012-02-06 10:35:59 +0100 |
commit | 70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 (patch) | |
tree | f9e9a19aa5210f3cab5092bdfdf9c7eb551ba316 /src/gallium/auxiliary/vl/vl_defines.h | |
parent | 3ac959492d27a8473256bb7a25135f44b5d1a0f4 (diff) |
vl: prefix size defines with VL_
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_defines.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_defines.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/vl/vl_defines.h b/src/gallium/auxiliary/vl/vl_defines.h index 7568db027e6..c53d15c2680 100644 --- a/src/gallium/auxiliary/vl/vl_defines.h +++ b/src/gallium/auxiliary/vl/vl_defines.h @@ -29,11 +29,11 @@ #define vl_defines_h /* constants usually used with all known codecs */ -#define MACROBLOCK_WIDTH 16 -#define MACROBLOCK_HEIGHT 16 +#define VL_MACROBLOCK_WIDTH 16 +#define VL_MACROBLOCK_HEIGHT 16 -#define BLOCK_WIDTH 8 -#define BLOCK_HEIGHT 8 +#define VL_BLOCK_WIDTH 8 +#define VL_BLOCK_HEIGHT 8 #define VL_MAX_PLANES 3 #define VL_MAX_REF_FRAMES 2 |