aboutsummaryrefslogtreecommitdiff
path: root/encoder/ih264e_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/ih264e_version.c')
-rw-r--r--encoder/ih264e_version.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/encoder/ih264e_version.c b/encoder/ih264e_version.c
index a8b0db0..b4889f5 100644
--- a/encoder/ih264e_version.c
+++ b/encoder/ih264e_version.c
@@ -24,16 +24,16 @@
* ih264e_version.c
*
* @brief
-* Contains version info for H264 encoder
+* Contains version info of h264 encoder
*
* @author
* ittiam
*
* @par List of Functions:
-* - ih264e_get_version()
+* - ih264e_get_version
*
* @remarks
-* None
+* none
*
*******************************************************************************
*/
@@ -41,20 +41,16 @@
/*****************************************************************************/
/* File Includes */
/*****************************************************************************/
-/* system include files */
+
+/* System Include Files */
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
-/* user include files */
+/* User Include Files */
#include "ih264_typedefs.h"
#include "iv2.h"
-#include "ive2.h"
-#include "ih264e.h"
-#include "ih264_defs.h"
-#include "ih264_debug.h"
-#include "ih264_structs.h"
#include "ih264e_version.h"
@@ -73,7 +69,7 @@
/**
* Version string. First two digits signify major version and last two minor
*/
-#define CODEC_RELEASE_VER "01.00"
+#define CODEC_RELEASE_VER "01.02"
/**
* Vendor name
*/