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:
Eduardo Carrasco
2011-09-23 10:37:42 -07:00
committed by Bryan Huntsman
parent f8b609e8ff
commit 80eaa6c4e2

View File

@@ -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;