summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshray Kulkarni <ashrayk@codeaurora.org>2011-01-03 12:46:30 -0800
committerAshray Kulkarni <ashrayk@codeaurora.org>2011-01-03 12:46:30 -0800
commitdbf15a51c6209d303fac89801bb5e68f2cbd62c5 (patch)
treea66d96f311e0426e78cdc16b4581c987c0d8025c
parent9f00eee4dccfce04cfdfcd40fd59dc1ab54cf986 (diff)
downloadbionic-dbf15a51c6209d303fac89801bb5e68f2cbd62c5.zip
bionic-dbf15a51c6209d303fac89801bb5e68f2cbd62c5.tar.gz
bionic-dbf15a51c6209d303fac89801bb5e68f2cbd62c5.tar.bz2
vidc: Venc: B frame supportM76XXTSNCJNLYA6110
Change-Id: I5835e6df0937a462403b09efc5cfac1c206872f1
-rw-r--r--libc/kernel/common/linux/msm_vidc_enc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_vidc_enc.h b/libc/kernel/common/linux/msm_vidc_enc.h
index f6c6d38..54af1e3 100644
--- a/libc/kernel/common/linux/msm_vidc_enc.h
+++ b/libc/kernel/common/linux/msm_vidc_enc.h
@@ -333,6 +333,7 @@ struct venc_qprange{
};
struct venc_intraperiod{
unsigned long num_pframes;
+ unsigned long num_bframes;
};
struct venc_seqheader{
unsigned char *hdrbufptr;