Merge "Set correct defaults for video signal flags in VUI" am: c4f2671a16
Original change: 1972859
Change-Id: I2dd57344672138083f8f7679463b0c50d42167ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
038306f35e
1 changed files with 2 additions and 2 deletions
|
|
@ -2938,8 +2938,8 @@ static WORD32 ih264e_set_default_params(cfg_params_t *ps_cfg)
|
|||
ps_cfg->u4_constrained_intra_pred = 0;
|
||||
ps_cfg->u4_pic_info_type = 0;
|
||||
ps_cfg->u4_mb_info_type = 0;
|
||||
ps_cfg->s_vui.u1_video_signal_type_present_flag = 1;
|
||||
ps_cfg->s_vui.u1_colour_description_present_flag = 1;
|
||||
ps_cfg->s_vui.u1_video_signal_type_present_flag = 0;
|
||||
ps_cfg->s_vui.u1_colour_description_present_flag = 0;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue