[vlc-devel] [PATCH 7/7] mediacodec: fix warning
    Thomas Guillem 
    thomas at gllm.fr
       
    Mon Mar 23 18:40:04 CET 2015
    
    
  
---
 modules/codec/omxil/android_mediacodec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/omxil/android_mediacodec.c b/modules/codec/omxil/android_mediacodec.c
index f765fbf..64efeb3 100644
--- a/modules/codec/omxil/android_mediacodec.c
+++ b/modules/codec/omxil/android_mediacodec.c
@@ -313,7 +313,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 */
-- 
2.1.3
    
    
More information about the vlc-devel
mailing list