aboutsummaryrefslogtreecommitdiff
path: root/encoder/irc_datatypes.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-27 03:23:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-27 03:23:48 +0000
commit73b5f8d32198e78366361aa951ef9ce58d1f1d20 (patch)
tree13dc668296837d6699d8a56dc96bb04dc643fc74 /encoder/irc_datatypes.h
parentefc30fd95dbc0c5285ab55aab592c8aad8d2c986 (diff)
parentbfa6d88d8fd5dab60aaa1388f9407690dde06c60 (diff)
downloadlibavc-73b5f8d32198e78366361aa951ef9ce58d1f1d20.tar.gz
Change-Id: I774d8c3bcc04d5c1e1c5bbf182e7c71fa7f63ae6
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_