Update of /cvsroot/playerstage/code/player/server/drivers/camera/v4l
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1338/server/drivers/camera/v4l

Modified Files:
        v4lcapture.c 
Log Message:
applied patch 1749747 to transition to 3d pose structures

Index: v4lcapture.c
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/v4l/v4lcapture.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** v4lcapture.c        19 Apr 2006 20:23:05 -0000      1.7
--- v4lcapture.c        9 Jul 2007 17:17:59 -0000       1.8
***************
*** 599,603 ****
  
    // Dump out frame buffer setup
!       printf( "  fbuffer.base         = 0x%08x\n", (int)fg->fbuffer.base );
    printf( "  fbuffer.width        = %u\n", fg->fbuffer.width );
        printf( "  fbuffer.height       = %u\n", fg->fbuffer.height );
--- 599,603 ----
  
    // Dump out frame buffer setup
!       printf( "  fbuffer.base         = 0x%p\n", fg->fbuffer.base );
    printf( "  fbuffer.width        = %u\n", fg->fbuffer.width );
        printf( "  fbuffer.height       = %u\n", fg->fbuffer.height );
***************
*** 613,617 ****
    }
  
!   printf( "  mb_map      = 0x%08x\n", (int)(fg->mb_map) );
  }
  
--- 613,617 ----
    }
  
!   printf( "  mb_map      = 0x%p\n", (fg->mb_map) );
  }
  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to