summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_api.c
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2016-06-01 13:31:45 +0530
committerThe Android Automerger <android-build@google.com>2016-06-23 15:05:09 -0700
commita78887bcffbc2995cf9ed72e0697acf560875e9e (patch)
tree8990924542b1c18a270670e8920acd8ab8bae6e7 /decoder/ih264d_api.c
parentcc676ebd95247646e67907ccab150fb77a847335 (diff)
downloadandroid_external_libavc-a78887bcffbc2995cf9ed72e0697acf560875e9e.tar.gz
android_external_libavc-a78887bcffbc2995cf9ed72e0697acf560875e9e.tar.bz2
android_external_libavc-a78887bcffbc2995cf9ed72e0697acf560875e9e.zip
Decoder: Fix slice number increment for error clips
Bug: 28673410
Diffstat (limited to 'decoder/ih264d_api.c')
-rw-r--r--decoder/ih264d_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ih264d_api.c b/decoder/ih264d_api.c
index e2fa322..bcdd376 100644
--- a/decoder/ih264d_api.c
+++ b/decoder/ih264d_api.c
@@ -1901,6 +1901,7 @@ WORD32 ih264d_video_decode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
ps_dec->u4_dec_thread_created = 0;
ps_dec->u4_bs_deblk_thread_created = 0;
ps_dec->u4_cur_bs_mb_num = 0;
+ ps_dec->u4_start_recon_deblk = 0;
DEBUG_THREADS_PRINTF(" Starting process call\n");