[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] colconverter libva2libva.c, 1.1.2.1, 1.1.2.2 yuv2yuv.c,
From:       jeffl () helixcommunity ! org
Date:       2010-10-26 23:33:49
Message-ID: 201010262334.o9QNYMCJ026667 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/colconverter
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv12963

Modified Files:
      Tag: hxclient_3_1_0_atlas
	libva2libva.c yuv2yuv.c 
Log Message:
Fixed VC9 compiler warnings


Index: yuv2yuv.c
===================================================================
RCS file: /cvsroot/video/colconverter/yuv2yuv.c,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -u -d -r1.9.2.3 -r1.9.2.4
--- yuv2yuv.c	3 Sep 2009 00:41:41 -0000	1.9.2.3
+++ yuv2yuv.c	26 Oct 2010 23:33:47 -0000	1.9.2.4
@@ -891,9 +891,9 @@
                                  INT32          src_pitch
                                  );
 
-extern  YUY2toUYVY_MMX( unsigned char* src,
-                        unsigned char* dest,
-                        ULONG32        dx
+extern void YUY2ToUYVY_MMX( unsigned char* src,
+                            unsigned char* dest,
+                            ULONG32        dx
                         );
 
 /* MMX version of I420toYUY2 converter: */
@@ -3241,7 +3241,7 @@
         if(_x86_MMX_Available && src_dx%4==0 )
         {
             //Use our MMX versions to copy one line.
-            YUY2ToUYVY_MMX( pulSrc, pulDest, src_dx );
+            YUY2ToUYVY_MMX( (unsigned char *)pulSrc, (unsigned char *)pulDest, src_dx );
         }
         else
 #endif

Index: libva2libva.c
===================================================================
RCS file: /cvsroot/video/colconverter/libva2libva.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- libva2libva.c	6 May 2009 05:27:58 -0000	1.1.2.1
+++ libva2libva.c	26 Oct 2010 23:33:47 -0000	1.1.2.2
@@ -38,6 +38,8 @@
  *  
  * ***** END LICENSE BLOCK ***** */ 
 
+#include "hlxclib/memory.h"
+
 int LIBVAtoLIBVA (unsigned char *dest_ptr, int dest_width, int dest_height,
     int dest_pitch, int dest_x, int dest_y, int dest_dx, int dest_dy,
     unsigned char *src_ptr, int src_width, int src_height, int src_pitch,


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic