[svn] / trunk / xvidcore / examples / xvid_decraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_decraw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1657, Tue Nov 22 21:01:33 2005 UTC revision 1658, Fri Nov 25 12:07:01 2005 UTC
# Line 20  Line 20 
20   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid_decraw.c,v 1.22 2005-10-07 15:02:28 suxen_drol Exp $   * $Id: xvid_decraw.c,v 1.23 2005-11-25 12:07:01 chl Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 625  Line 625 
625    
626          if (BPP == 1) {          if (BPP == 1) {
627                  int i;                  int i;
628                  fprintf(f, "P5\n#xvid\n%i %i\n255\n", XDIM, YDIM*3/2);                  fprintf(f, "P5\n%i %i\n255\n", XDIM, YDIM*3/2);
629    
630                  fwrite(image, 1, XDIM*YDIM, f);                  fwrite(image, 1, XDIM*YDIM, f);
631    

Legend:
Removed from v.1657  
changed lines
  Added in v.1658

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4