mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-11-02 21:44:01 +08:00
[h264e]: Fix profile compatibility error.
Issue introduced by encoding TSVC. Signed-off-by: xueman.ruan <xueman.ruan@rock-chips.com> Change-Id: I98c2c61634c7cc57180459e0427d5672fe407c47
This commit is contained in:
@@ -739,7 +739,9 @@ typedef struct MppEncH264Cfg_t {
|
||||
* When CABAC is select cabac_init_idc can be range 0~2
|
||||
*/
|
||||
RK_S32 entropy_coding_mode;
|
||||
RK_S32 entropy_coding_mode_ex;
|
||||
RK_S32 cabac_init_idc;
|
||||
RK_S32 cabac_init_idc_ex;
|
||||
|
||||
/*
|
||||
* 8x8 intra prediction and 8x8 transform enable flag
|
||||
@@ -748,6 +750,7 @@ typedef struct MppEncH264Cfg_t {
|
||||
* 1 : enable (HP)
|
||||
*/
|
||||
RK_S32 transform8x8_mode;
|
||||
RK_S32 transform8x8_mode_ex;
|
||||
|
||||
/*
|
||||
* 0 : disable
|
||||
|
||||
Reference in New Issue
Block a user