Skip to content

Commit

Permalink
omxil: fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Storsjö <[email protected]>
  • Loading branch information
Thomas Guillem authored and mstorsjo committed Jun 29, 2014
1 parent 3d90771 commit aeadfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/codec/omxil/omxil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ static picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )

OMX_BUFFERHEADERTYPE *p_header;
block_t *p_block;
int i_input_used = 0;
unsigned int i_input_used = 0;
struct H264ConvertState convert_state = { 0, 0 };

if( !pp_block || !*pp_block )
Expand Down

0 comments on commit aeadfdb

Please sign in to comment.