summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_parse_slice.c
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2016-06-21 19:01:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-21 19:01:42 +0000
commitac9332c9ac4d9b77ceb2a120ebf77470e85dbf3a (patch)
tree78955bbf9a7d2d56cd89c1d0dba6b5ae9245856b /decoder/ih264d_parse_slice.c
parent49f36805b35a5dabbb6421cabc17f90dd514c7c0 (diff)
parentc4ef0f612996f7802c927d4f819752f6591b6e61 (diff)
downloadandroid_external_libavc-staging/cm-14.0.tar.gz
android_external_libavc-staging/cm-14.0.tar.bz2
android_external_libavc-staging/cm-14.0.zip
Merge \\\\"Decoder: Initialize first_pb_nal_in_pic for error slices\\\\" into mnc-dev am: b9d7cba8bf am: c73e000665 am: 59248aa67cstaging/cm-14.0
am: c4ef0f6129 Change-Id: I57e93af0f4f9d3f3f2d0cbbccbf21397602cc87a
Diffstat (limited to 'decoder/ih264d_parse_slice.c')
-rw-r--r--decoder/ih264d_parse_slice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder/ih264d_parse_slice.c b/decoder/ih264d_parse_slice.c
index 73bc45d..911b11d 100644
--- a/decoder/ih264d_parse_slice.c
+++ b/decoder/ih264d_parse_slice.c
@@ -940,7 +940,6 @@ WORD32 ih264d_end_of_pic(dec_struct_t *ps_dec,
dec_slice_params_t *ps_cur_slice = ps_dec->ps_cur_slice;
WORD32 ret;
- ps_dec->u1_first_pb_nal_in_pic = 1;
ps_dec->u2_mbx = 0xffff;
ps_dec->u2_mby = 0;
{