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

Diff of /xvidcore/src/image/image.c

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

revision 1.46.2.2, Tue Mar 8 19:18:34 2011 UTC revision 1.46.2.3, Mon Mar 21 16:00:35 2011 UTC
# Line 151  Line 151 
151    
152          /* According to the Standard Clause 7.6.4, padding is done starting at 16          /* According to the Standard Clause 7.6.4, padding is done starting at 16
153           * pixel width and height multiples. This was not respected in old xvids */           * pixel width and height multiples. This was not respected in old xvids */
154          if (bs_version >= SETEDGES_BUG_BEFORE &&          if ((bs_version >= SETEDGES_BUG_BEFORE &&
155                  bs_version <  SETEDGES_BUG_AFTER ||                  bs_version <  SETEDGES_BUG_AFTER) ||
156                  bs_version >= SETEDGES_BUG_REFIXED) {                  bs_version >= SETEDGES_BUG_REFIXED) {
157                  width  = (width+15)&~15;                  width  = (width+15)&~15;
158                  height = (height+15)&~15;                  height = (height+15)&~15;

Legend:
Removed from v.1.46.2.2  
changed lines
  Added in v.1.46.2.3

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