aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 21:57:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 21:57:05 +0000
commitefc30fd95dbc0c5285ab55aab592c8aad8d2c986 (patch)
tree10b4d42b356e09dd3055bff98d1f144a1cc5e5ad
parenteceb0ed974bfd7b89a79fd0653e40515b2b58b56 (diff)
parentf7da271aa6557c03d5c59f5a499ccea9f9c5ed0b (diff)
downloadlibavc-efc30fd95dbc0c5285ab55aab592c8aad8d2c986.tar.gz
Snap for 10843824 from f7da271aa6557c03d5c59f5a499ccea9f9c5ed0b to 24Q1-release
Change-Id: I0e1d9941afc6dac655b0820d2657599aa72be575
-rw-r--r--encoder/ih264e_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoder/ih264e_process.c b/encoder/ih264e_process.c
index cba5023..a0a04e0 100644
--- a/encoder/ih264e_process.c
+++ b/encoder/ih264e_process.c
@@ -2621,7 +2621,7 @@ WORKER:
/* entropy code all mbs enlisted under the current job */
error_status = ih264e_entropy(ps_proc);
- if ((s_job.i2_mb_y == ps_proc->i4_ht_mbs - 1) || error_status != IH264_SUCCESS)
+ if (s_job.i2_mb_y == ps_proc->i4_ht_mbs - 1)
{
error_status |= ih264e_update_rc_post_enc(ps_codec, ctxt_sel,
(ps_codec->i4_poc == 0));