|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Nov 4 17:04:41 CET 2006
Subject: [cvs-checkins] MODIFIED: mpdma ...
Date: 00/06/11 04:17:04 Modified: mpdma/mb-bmp2jpg bmp2jpg_mb.c Log: Revision Changes Path 1.6 mpdma/mb-bmp2jpg/bmp2jpg_mb.c http://www.opencores.org/cvsweb.shtml/mpdma/mb-bmp2jpg/bmp2jpg_mb.c.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: bmp2jpg_mb.c =================================================================== RCS file: /cvsroot/quickwayne/mpdma/mb-bmp2jpg/bmp2jpg_mb.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- bmp2jpg_mb.c 23 Oct 2006 19:15:22 -0000 1.5 +++ bmp2jpg_mb.c 4 Nov 2006 16:04:40 -0000 1.6 @@ -98,8 +98,8 @@ unsigned int col, cols, row, rows; int compression; int sample; - char* bmpfilename = "image04.bmp"; - char* jpgfilename = "image04.jpg"; + char* bmpfilename = "image01.bmp"; + char* jpgfilename = "image01.jpg"; int bmpsizelimit = 2*1024*1024; compression = 0;
|
 |