Commit e69072b9 authored by Thomas Guillem's avatar Thomas Guillem Committed by Martin Storsjö

omxil: force hal_format for omap3 decoders

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 7c937db6
...@@ -2133,6 +2133,9 @@ static int HwBuffer_AllocateBuffers( decoder_t *p_dec, OmxPort *p_port ) ...@@ -2133,6 +2133,9 @@ static int HwBuffer_AllocateBuffers( decoder_t *p_dec, OmxPort *p_port )
break; break;
} }
} }
else if( !strcmp( p_sys->psz_component, "OMX.TI.720P.Decoder" ) ||
!strcmp( p_sys->psz_component, "OMX.TI.Video.Decoder" ) )
colorFormat = 0x14; // HAL_PIXEL_FORMAT_YCbCr_422_I
omx_error = pf_get_graphic_buffer_usage( p_port->omx_handle, omx_error = pf_get_graphic_buffer_usage( p_port->omx_handle,
p_port->i_port_index, p_port->i_port_index,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment