aboutsummaryrefslogtreecommitdiff
path: root/encoder/ih264e_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/ih264e_utils.c')
-rw-r--r--encoder/ih264e_utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/encoder/ih264e_utils.c b/encoder/ih264e_utils.c
index 2196a64..239271e 100644
--- a/encoder/ih264e_utils.c
+++ b/encoder/ih264e_utils.c
@@ -445,11 +445,6 @@ WORD32 ih264e_input_queue_update(codec_t *ps_codec,
}
}
- if (ps_enc_buff->u4_is_last)
- {
- ps_codec->pic_type = PIC_NA;
- }
-
/* The buffer in the queue is set to NULL to specify that encoding is done for that frame */
for(i = 0; i < 3; i++)
{