summaryrefslogtreecommitdiffstats
path: root/decoder/impeg2d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/impeg2d_structs.h')
-rw-r--r--decoder/impeg2d_structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/impeg2d_structs.h b/decoder/impeg2d_structs.h
index 743b043..02aabf9 100644
--- a/decoder/impeg2d_structs.h
+++ b/decoder/impeg2d_structs.h
@@ -326,6 +326,9 @@ typedef struct dec_state_struct_t
UWORD8 *pu1_chroma_ref_buf[BUF_MGR_MAX_CNT];
ivd_out_bufdesc_t as_disp_buffers[BUF_MGR_MAX_CNT];
+ /* Count the number of pictures decoded after init/reset */
+ WORD32 i4_pic_count;
+
/* Flag to signal last coeff in a 8x8 block is one
after mismatch contol */
WORD32 i4_last_value_one;