msm: vidc: Fix GOB Header for H.263 encoding.
For H.263, enable the GOB header, when user space selects this option Signed-off-by: Eduardo Carrasco <cecarras@codeaurora.org> CRs-Fixed: 305978
This commit is contained in:
committed by
Bryan Huntsman
parent
f8b609e8ff
commit
80eaa6c4e2
@@ -482,6 +482,7 @@ static void ddl_vidc_encode_set_multi_slice_info(
|
||||
case VCD_MSLICE_OFF:
|
||||
m_slice_sel = VIDC_1080P_MSLICE_DISABLE;
|
||||
break;
|
||||
case VCD_MSLICE_BY_GOB:
|
||||
case VCD_MSLICE_BY_MB_COUNT:
|
||||
m_slice_sel = VIDC_1080P_MSLICE_BY_MB_COUNT;
|
||||
i_multi_slice_size = encoder->multi_slice.m_slice_size;
|
||||
|
||||
Reference in New Issue
Block a user