]> git.sesse.net Git - vlc/blobdiff - modules/codec/omxil/android_mediacodec.c
mediacodec: fix warning
[vlc] / modules / codec / omxil / android_mediacodec.c
index 282b7bbf22694728894c572e2be50a3ec729ceed..1bb05a4274660bad25955b3b179a46d6425e3f92 100644 (file)
@@ -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 */