Commit d6ca8ac6 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

mediacodec: fix warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d38e44dd
......@@ -310,7 +310,7 @@ static inline bool check_exception( JNIEnv *env )
}
#define CHECK_EXCEPTION() check_exception( env )
static bool codec_is_blacklisted( const char *p_name, int i_name_len )
static bool codec_is_blacklisted( const char *p_name, unsigned int i_name_len )
{
static const char *blacklisted_codecs[] = {
/* software decoders */
......
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