[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 1477, Sat Jul 3 14:48:30 2004 UTC
# Line 588  Line 588 
588                  return ICERR_UNSUPPORTED;                  return ICERR_UNSUPPORTED;
589          }          }
590    
591            free(create.zones);
592          codec->ehandle = create.handle;          codec->ehandle = create.handle;
593          codec->framenum = 0;          codec->framenum = 0;
594          codec->keyspacing = 0;          codec->keyspacing = 0;
# Line 924  Line 925 
925          outhdr->biPlanes = 1;          outhdr->biPlanes = 1;
926          outhdr->biBitCount = 24;          outhdr->biBitCount = 24;
927          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 */
928          outhdr->biSizeImage = outhdr->biWidth * outhdr->biHeight * outhdr->biBitCount;          outhdr->biSizeImage = outhdr->biWidth * outhdr->biHeight * outhdr->biBitCount / 8;
929          outhdr->biXPelsPerMeter = 0;          outhdr->biXPelsPerMeter = 0;
930          outhdr->biYPelsPerMeter = 0;          outhdr->biYPelsPerMeter = 0;
931          outhdr->biClrUsed = 0;          outhdr->biClrUsed = 0;

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

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