aboutsummaryrefslogtreecommitdiff
path: root/decoder/ih264d_parse_slice.c
diff options
context:
space:
mode:
authorHamsalekha S <hamsalekha.s@ittiam.com>2017-05-12 22:51:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-12 22:51:00 +0000
commit9a5c62841ef5a24c1b4d1bad50af1ad31a6535c5 (patch)
treeeca7ef68847133b820a02a4d14b1842cf62e1036 /decoder/ih264d_parse_slice.c
parent7a72e353d6b4e7a3fd51ab0a11a40fbf8b8d6c31 (diff)
parentcc07eaa5d2e9f4463948773ad9cbead363602256 (diff)
downloadlibavc-9a5c62841ef5a24c1b4d1bad50af1ad31a6535c5.tar.gz
Merge "Decoder: Fixed flag u1_top_bottom_decoded." into mnc-dev
am: cc07eaa5d2 Change-Id: Ie410da29e20aed95d674aaaeddd683e1f616c448
Diffstat (limited to 'decoder/ih264d_parse_slice.c')
-rw-r--r--decoder/ih264d_parse_slice.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/decoder/ih264d_parse_slice.c b/decoder/ih264d_parse_slice.c
index f755970..7e0815f 100644
--- a/decoder/ih264d_parse_slice.c
+++ b/decoder/ih264d_parse_slice.c
@@ -1191,10 +1191,6 @@ WORD32 ih264d_parse_decode_slice(UWORD8 u1_is_idr_slice,
u1_nal_unit_type = SLICE_NAL;
if(u1_is_idr_slice)
{
- if(0 == u1_field_pic_flag)
- {
- ps_dec->u1_top_bottom_decoded = TOP_FIELD_ONLY | BOT_FIELD_ONLY;
- }
u1_nal_unit_type = IDR_SLICE_NAL;
u4_idr_pic_id = ih264d_uev(pu4_bitstrm_ofst,
pu4_bitstrm_buf);