aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaoyifeng <caoyifeng@xiaomi.corp-partner.google.com>2023-05-31 13:40:27 +0800
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2023-08-11 15:54:49 -0700
commit2f24f2706f05d29e789f30bc4eae8cf64af035c4 (patch)
treef831093378467a0a371530b324398626066d7a87
parent545b769b8364784c5c539d38fd93991a81c2b464 (diff)
downloadlibhevc-2f24f2706f05d29e789f30bc4eae8cf64af035c4.tar.gz
Correct comment spelling error.
Change-Id: Ifa2fcf8a8589b67344b8e12d40fce3f35f92f0b1 Signed-off-by: caoyifeng <caoyifeng@xiaomi.corp-partner.google.com>
-rw-r--r--encoder/ihevce_api.h4
-rw-r--r--encoder/ihevce_hle_interface.c4
-rw-r--r--encoder/ihevce_hle_interface.h2
-rw-r--r--encoder/ihevce_plugin.c4
4 files changed, 7 insertions, 7 deletions
diff --git a/encoder/ihevce_api.h b/encoder/ihevce_api.h
index 9181fa2..6a55a1d 100644
--- a/encoder/ihevce_api.h
+++ b/encoder/ihevce_api.h
@@ -682,7 +682,7 @@ typedef struct
* parameters of encoder
*
* these new params can be passed as async commands
- * to the enocder by sending a IHEVCE_CMD_CTL_SETPARAMS command
+ * to the encoder by sending a IHEVCE_CMD_CTL_SETPARAMS command
*/
typedef struct
{
@@ -707,7 +707,7 @@ typedef struct
* parameters of encoder for dynamic resolution change
*
* these new params can be passed as synchromous commands
- * to the enocder by sending a IHEVCE_SYNCH_API_SET_RES_TAG command
+ * to the encoder by sending a IHEVCE_SYNCH_API_SET_RES_TAG command
*/
typedef struct
{
diff --git a/encoder/ihevce_hle_interface.c b/encoder/ihevce_hle_interface.c
index 4c1af64..e67cb9f 100644
--- a/encoder/ihevce_hle_interface.c
+++ b/encoder/ihevce_hle_interface.c
@@ -23,7 +23,7 @@
* \file ihevce_hle_interface.c
*
* \brief
-* This file contains all the functions related High level enocder
+* This file contains all the functions related High level encoder
* Interface layer
*
* \date
@@ -163,7 +163,7 @@ void ihevce_context_reset(enc_ctxt_t *ps_enc_ctxt)
* \brief
* High level Encoder create function
*
-* \param[in] High level enocder interface context pointer
+* \param[in] High level encoder interface context pointer
*
* \return
* success or fail
diff --git a/encoder/ihevce_hle_interface.h b/encoder/ihevce_hle_interface.h
index 2bdf3c1..5c0c898 100644
--- a/encoder/ihevce_hle_interface.h
+++ b/encoder/ihevce_hle_interface.h
@@ -22,7 +22,7 @@
* \file ihevce_hle_interface.h
*
* \brief
-* This file contains infertace prototypes of High level enocder interafce
+* This file contains infertace prototypes of High level encoder interafce
* structure and interface functions.
*
* \date
diff --git a/encoder/ihevce_plugin.c b/encoder/ihevce_plugin.c
index 9dbf376..00637fa 100644
--- a/encoder/ihevce_plugin.c
+++ b/encoder/ihevce_plugin.c
@@ -577,7 +577,7 @@ IV_API_CALL_STATUS_T
* \if Function name : ihevce_plugin_init \endif
*
* \brief
-* Initialises the enocder context and threads
+* Initialises the encoder context and threads
*
* \param[in] Static params pointer
*
@@ -1490,7 +1490,7 @@ static IHEVCE_PLUGIN_STATUS_T
* \if Function name : ihevce_close \endif
*
* \brief
-* De-Initialises the enocder context and threads
+* De-Initialises the encoder context and threads
*
* \param[in] Static params pointer
*