]> git.sesse.net Git - vlc/commitdiff
mediacodec: fix warning
authorThomas Guillem <thomas@gllm.fr>
Tue, 24 Mar 2015 09:34:58 +0000 (10:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Mar 2015 09:35:57 +0000 (10:35 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
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 */