Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 938ea846d95a41150882c8d5c19193a1 > files > 3

libomxil-bellagio-0.9.3-6.mga5.src.rpm

--- src/base/omx_base_component.c	2011-01-12 08:53:26.000000000 +0100
+++ src/base/omx_base_component.c-gil	2011-12-18 20:33:16.654326686 +0100
@@ -914,7 +914,7 @@
   if (ComponentParameterStructure == NULL) {
     return OMX_ErrorBadParameter;
   }
-  switch(nParamIndex) {
+  switch((int) nParamIndex) {
   case OMX_IndexParameterThreadsID:
 	    if ((err = checkHeader(ComponentParameterStructure, sizeof(OMX_PARAM_BELLAGIOTHREADS_ID))) != OMX_ErrorNone) {
 	      break;