[svn] / trunk / xvidcore / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/codec.c

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

revision 1437, Sun Apr 18 07:55:11 2004 UTC revision 1460, Wed May 26 09:39:00 2004 UTC
# Line 924  Line 924 
924          outhdr->biPlanes = 1;          outhdr->biPlanes = 1;
925          outhdr->biBitCount = 24;          outhdr->biBitCount = 24;
926          outhdr->biCompression = BI_RGB; /* sonic foundry vegas video v3 only supports BI_RGB */          outhdr->biCompression = BI_RGB; /* sonic foundry vegas video v3 only supports BI_RGB */
927          outhdr->biSizeImage = outhdr->biWidth * outhdr->biHeight * outhdr->biBitCount;          outhdr->biSizeImage = outhdr->biWidth * outhdr->biHeight * outhdr->biBitCount / 8;
928          outhdr->biXPelsPerMeter = 0;          outhdr->biXPelsPerMeter = 0;
929          outhdr->biYPelsPerMeter = 0;          outhdr->biYPelsPerMeter = 0;
930          outhdr->biClrUsed = 0;          outhdr->biClrUsed = 0;

Legend:
Removed from v.1437  
changed lines
  Added in v.1460

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