[svn] / branches / release-1_3-branch / xvidcore / src / image / image.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/image/image.c

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

revision 2195, Fri May 29 21:18:06 2020 UTC revision 2196, Fri May 29 21:18:51 2020 UTC
# Line 158  Line 158 
158                  height = (height+15)&~15;                  height = (height+15)&~15;
159          }          }
160    
161          width2 = width/2;          width2 = MAX(1, width/2);
162    
163          for (i = 0; i < EDGE_SIZE; i++) {          for (i = 0; i < EDGE_SIZE; i++) {
164                  memset(dst, *src, EDGE_SIZE);                  memset(dst, *src, EDGE_SIZE);

Legend:
Removed from v.2195  
changed lines
  Added in v.2196

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