aboutsummaryrefslogtreecommitdiff
path: root/encoder/ih264e_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/ih264e_version.h')
-rw-r--r--encoder/ih264e_version.h34
1 files changed, 9 insertions, 25 deletions
diff --git a/encoder/ih264e_version.h b/encoder/ih264e_version.h
index 303a1e2..18176e4 100644
--- a/encoder/ih264e_version.h
+++ b/encoder/ih264e_version.h
@@ -30,35 +30,19 @@
* ittiam
*
* @remarks
-* None
+* none
*
*******************************************************************************
*/
-#ifndef IH264E_VERSION_H_
-#define IH264E_VERSION_H_
+#ifndef _IH264E_VERSION_H_
+#define _IH264E_VERSION_H_
+
+
+/*****************************************************************************/
+/* Function Declarations */
+/*****************************************************************************/
-/**
-*******************************************************************************
-*
-* @brief
-* Fills the version info in the given char pointer
-*
-* @par Description:
-* Fills the version info in the given char pointer
-*
-* @param[in] pc_version
-* Pointer to hold version info
-*
-* @param[in] u4_version_bufsize
-* Size of the buffer passed
-*
-* @returns error status
-*
-* @remarks none
-*
-*******************************************************************************
-*/
IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize);
-#endif /* IH264E_VERSION_H_ */
+#endif /* _IH264E_VERSION_H_ */