[vlc-commits] mediacodec: fix warning

Thomas Guillem git at videolan.org
Tue Mar 24 10:36:12 CET 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Mar 24 10:34:58 2015 +0100| [d6ca8ac696ebc4b4db58dd15977bc938d83b4981] | committer: Jean-Baptiste Kempf

mediacodec: fix warning

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6ca8ac696ebc4b4db58dd15977bc938d83b4981
---

 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 282b7bb..1bb05a4 100644
--- a/modules/codec/omxil/android_mediacodec.c
+++ b/modules/codec/omxil/android_mediacodec.c
@@ -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 */



More information about the vlc-commits mailing list