[h264e]: implement SEI writting

Change-Id: I7e4960983fd20e924752b143dc368af4ebc44eb5
Signed-off-by: Lin Kesheng <lks@rock-chips.com>
This commit is contained in:
Lin Kesheng
2017-03-16 14:44:41 +08:00
parent 74985f88ee
commit a9840b7dfb
5 changed files with 87 additions and 64 deletions

View File

@@ -645,7 +645,7 @@ MPP_RET test_mpp_setup(MpiEncTestData *p)
}
/* optional */
p->sei_mode = MPP_ENC_SEI_MODE_ONE_SEQ;
p->sei_mode = MPP_ENC_SEI_MODE_ONE_FRAME;
ret = mpi->control(ctx, MPP_ENC_SET_SEI_CFG, &p->sei_mode);
if (ret) {
mpp_err("mpi control enc set sei cfg failed ret %d\n", ret);