aboutsummaryrefslogtreecommitdiff
path: root/encoder/iv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/iv2.h')
-rw-r--r--encoder/iv2.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/encoder/iv2.h b/encoder/iv2.h
index 538bb1e..ed17e81 100644
--- a/encoder/iv2.h
+++ b/encoder/iv2.h
@@ -23,17 +23,15 @@
* iv2.h
*
* @brief
-* This file contains all the necessary structure and enumeration
-* definitions needed for the Application Program Interface(API) of the
-* Ittiam Video codecs This is version 2 of Ittiam Video API
+* This file contains all the necessary structure and enumeration definitions
+* needed for the Application Program Interface(API) of the Ittiam Video codecs.
+* This is version 2 of Ittiam Video API
*
* @author
-* Ittiam
-*
-* @par List of Functions:
+* ittiam
*
* @remarks
-* None
+* none
*
*******************************************************************************
*/
@@ -77,7 +75,6 @@ typedef enum {
}IV_MEM_TYPE_T;
/* The color formats used in video/image codecs */
-
typedef enum {
IV_CHROMA_NA = 0x7FFFFFFF,
IV_YUV_420P = 0x0,
@@ -267,6 +264,7 @@ typedef struct
UWORD32 u4_bufsize;
}iv_bits_buf_t;
+
/*****************************************************************************/
/* Get Number of Memory Records */
/*****************************************************************************/