aboutsummaryrefslogtreecommitdiff
path: root/encoder/irc_datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/irc_datatypes.h')
-rw-r--r--encoder/irc_datatypes.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/encoder/irc_datatypes.h b/encoder/irc_datatypes.h
index 8e4685a..1fc8b10 100644
--- a/encoder/irc_datatypes.h
+++ b/encoder/irc_datatypes.h
@@ -17,25 +17,9 @@
*****************************************************************************
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
-/**
-*******************************************************************************
-* @file
-* ih264_typedefs.h
-*
-* @brief
-* Type definitions used in the code
-*
-* @author
-* Ittiam
-*
-* @remarks
-* None
-*
-*******************************************************************************
-*/
-#ifndef _IH264_TYPEDEFS_H_
-#define _IH264_TYPEDEFS_H_
+#ifndef _RC_DATATYPES_H_
+#define _RC_DATATYPES_H_
/*****************************************************************************/
@@ -61,4 +45,4 @@ typedef int WORD32;
typedef char CHAR;
typedef double DOUBLE;
-#endif /* _IH264_TYPEDEFS_H_ */
+#endif // _RC_DATATYPES_H_