aboutsummaryrefslogtreecommitdiff
path: root/decoder/ih264d_structs.h
diff options
context:
space:
mode:
authorHamsalekha S <hamsalekha.s@ittiam.com>2017-06-06 17:39:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 17:39:59 +0000
commit252ca18add9f47802329c801edb42a8ba051d6b0 (patch)
tree06beffdc648d14564f769f4bb6e288d409b465a5 /decoder/ih264d_structs.h
parent2193f24267bd5b4a3ac1c6f771871d4188f9d869 (diff)
parent7fc42b801c020ededb850ed43cfc7f39cf95383e (diff)
downloadlibavc-252ca18add9f47802329c801edb42a8ba051d6b0.tar.gz
Merge "Fix resolution change within a decode call." into mnc-dev
am: 7fc42b801c Change-Id: Ib6f3680beb6e5d837f2140eed3107a23491f99f6
Diffstat (limited to 'decoder/ih264d_structs.h')
-rw-r--r--decoder/ih264d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ih264d_structs.h b/decoder/ih264d_structs.h
index 4260393..cde3dd7 100644
--- a/decoder/ih264d_structs.h
+++ b/decoder/ih264d_structs.h
@@ -1249,6 +1249,7 @@ typedef struct _DecStruct
UWORD32 u4_cur_bs_mb_num;
UWORD32 u4_bs_cur_slice_num_mbs;
UWORD32 u4_cur_deblk_mb_num;
+ UWORD32 u4_sps_cnt_in_process;
volatile UWORD16 u2_cur_slice_num_bs;
UWORD32 u4_deblk_mb_x;