aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwujianxing1 <wujianxing1@xiaomi.corp-partner.google.com>2023-04-10 19:34:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-10 19:34:49 +0000
commit6f8c97174a04e90afbbe959893f150facaefbc84 (patch)
tree1da983d133e257f271d173abf98d3f982c3d8d79
parentb5a21a88aec56db301ed37d6c9499ec06c823a48 (diff)
parent9be760d90b632fc563a6a3a8bd3b30b9097d1e4e (diff)
downloadlibavc-6f8c97174a04e90afbbe959893f150facaefbc84.tar.gz
Correct comment spelling error. am: f691bcce50 am: 3994308c37 am: 9be760d90bandroid14-dev
Original change: https://android-review.googlesource.com/c/platform/external/libavc/+/2521855 Change-Id: I22bfeeb8a148240531bde47260e622ba77faa112 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--decoder/ih264d_api.c2
-rw-r--r--decoder/svc/isvcd_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/decoder/ih264d_api.c b/decoder/ih264d_api.c
index 6a85a0a..221bf3e 100644
--- a/decoder/ih264d_api.c
+++ b/decoder/ih264d_api.c
@@ -2281,7 +2281,7 @@ WORD32 ih264d_video_decode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
ps_dec->u4_slice_start_code_found = 0;
- /* In case the deocder is not in flush mode(in shared mode),
+ /* In case the decoder is not in flush mode(in shared mode),
then decoder has to pick up a buffer to write current frame.
Check if a frame is available in such cases */
diff --git a/decoder/svc/isvcd_api.c b/decoder/svc/isvcd_api.c
index 3ac3984..c449fba 100644
--- a/decoder/svc/isvcd_api.c
+++ b/decoder/svc/isvcd_api.c
@@ -4844,7 +4844,7 @@ WORD32 isvcd_video_decode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
ps_dec_op->u4_output_present = 0;
ps_dec_op->u4_frame_decoded_flag = 0;
- /* In case the deocder is not in flush mode(in shared mode),
+ /* In case the decoder is not in flush mode(in shared mode),
then decoder has to pick up a buffer to write current frame.
Check if a frame is available in such cases */
if(ps_dec->u1_init_dec_flag == 1 && ps_dec->u4_share_disp_buf == 1 && ps_dec->u1_flushfrm == 0)