[svn] / branches / dev-api-4 / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/xvid.c

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

revision 1031, Sat May 17 13:26:51 2003 UTC revision 1053, Mon Jun 9 01:25:19 2003 UTC
# Line 17  Line 17 
17   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19   *   *
20   * $Id: xvid.c,v 1.45.2.4 2003-05-17 13:26:42 suxen_drol Exp $   * $Id: xvid.c,v 1.45.2.5 2003-06-09 01:16:57 edgomez Exp $
21   *   *
22   ****************************************************************************/   ****************************************************************************/
23    
# Line 576  Line 576 
576          if (XVID_MAJOR(convert->version) != 1)   /* v1.x.x */          if (XVID_MAJOR(convert->version) != 1)   /* v1.x.x */
577                return XVID_ERR_VERSION;                return XVID_ERR_VERSION;
578    
579          // const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);  #if 0
580            const int flip1 = (convert->input.colorspace & XVID_CSP_VFLIP) ^ (convert->output.colorspace & XVID_CSP_VFLIP);
581    #endif
582          width = convert->width;          width = convert->width;
583          height = convert->height;          height = convert->height;
584          width2 = convert->width/2;          width2 = convert->width/2;

Legend:
Removed from v.1031  
changed lines
  Added in v.1053

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