[cvs] / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.c

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

revision 1.95.2.65, Mon Mar 29 17:37:55 2004 UTC revision 1.102, Mon Mar 22 22:36:23 2004 UTC
# Line 123  Line 123 
123          if (create->width%2 || create->height%2)          if (create->width%2 || create->height%2)
124                  return XVID_ERR_FAIL;                  return XVID_ERR_FAIL;
125    
         if (create->width<=0 || create->height<=0)  
                 return XVID_ERR_FAIL;  
   
126          /* allocate encoder struct */          /* allocate encoder struct */
127    
128          pEnc = (Encoder *) xvid_malloc(sizeof(Encoder), CACHE_LINE);          pEnc = (Encoder *) xvid_malloc(sizeof(Encoder), CACHE_LINE);

Legend:
Removed from v.1.95.2.65  
changed lines
  Added in v.1.102

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