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

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

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

revision 1856, Mon Mar 30 14:40:05 2009 UTC revision 1891, Tue Aug 10 15:00:34 2010 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: image.c,v 1.44 2009-03-30 14:40:05 Isibaar Exp $   * $Id: image.c,v 1.45 2010-08-10 15:00:12 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 149  Line 149 
149    
150          /* 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
151           * pixel width and height multiples. This was not respected in old xvids */           * pixel width and height multiples. This was not respected in old xvids */
152          if (bs_version == 0 || bs_version >= SETEDGES_BUG_BEFORE) {          if (bs_version >= SETEDGES_BUG_BEFORE) {
153                  width  = (width+15)&~15;                  width  = (width+15)&~15;
154                  height = (height+15)&~15;                  height = (height+15)&~15;
155          }          }

Legend:
Removed from v.1856  
changed lines
  Added in v.1891

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