aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-11 01:14:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-11 01:14:06 +0000
commitf256f8ad6ac26932d5327ccd6cfe6c6ceec9df21 (patch)
tree1da983d133e257f271d173abf98d3f982c3d8d79
parent5c2a4677a9e0936ff4a754bd4a610f4f1bd9dc44 (diff)
parent73d0212b44be79b8bbbefb27d2425c4dad5d5bc6 (diff)
downloadlibavc-android14-d1-s6-release.tar.gz
Change-Id: Id3f9d657cdbb33f6c632dbf9d6ef7f553f2ac1d3
-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)