aboutsummaryrefslogtreecommitdiff
path: root/encoder/ime_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/ime_macros.h')
-rw-r--r--encoder/ime_macros.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/encoder/ime_macros.h b/encoder/ime_macros.h
index a7b8c65..d00df37 100644
--- a/encoder/ime_macros.h
+++ b/encoder/ime_macros.h
@@ -20,11 +20,10 @@
/**
*******************************************************************************
* @file
-* ihevc_typedefs.h
+* ime_macros.h
*
* @brief
-* Type definitions used in the code
-*
+* definitions used in the code
*
* @remarks
* None
@@ -34,7 +33,7 @@
#ifndef _IME_MACROS_H_
#define _IME_MACROS_H_
-#define ABS(x) ((x) < 0 ? (-(x)) : (x))
+#define ABS(x) ((x) < 0 ? (-(x)) : (x))
#define MAX(a,b) ((a > b)?(a):(b))
#define MIN(a,b) ((a < b)?(a):(b))