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

omxil: fix warning

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 3d90771a
...@@ -1195,7 +1195,7 @@ static picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block ) ...@@ -1195,7 +1195,7 @@ static picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
OMX_BUFFERHEADERTYPE *p_header; OMX_BUFFERHEADERTYPE *p_header;
block_t *p_block; block_t *p_block;
int i_input_used = 0; unsigned int i_input_used = 0;
struct H264ConvertState convert_state = { 0, 0 }; struct H264ConvertState convert_state = { 0, 0 };
if( !pp_block || !*pp_block ) if( !pp_block || !*pp_block )
......
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