--- trunk/xvidcore/examples/xvid_encraw.c 2003/02/15 15:22:19 851 +++ trunk/xvidcore/examples/xvid_encraw.c 2003/02/22 21:37:50 896 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid_encraw.c,v 1.10 2003-02-15 15:22:17 edgomez Exp $ + * $Id: xvid_encraw.c,v 1.12 2003-02-22 21:36:27 chl Exp $ * ****************************************************************************/ @@ -660,7 +660,7 @@ if(use_assembler) { -#ifdef ARCH_IA64 +#ifdef ARCH_IS_IA64 xinit.cpu_flags = XVID_CPU_FORCE | XVID_CPU_IA64; #else xinit.cpu_flags = 0; @@ -727,7 +727,7 @@ xframe.length = -1; /* this is written by the routine */ xframe.image = image; - xframe.colorspace = XVID_CSP_YV12; /* defined in */ + xframe.colorspace = XVID_CSP_I420; /* defined in */ xframe.intra = -1; /* let the codec decide between I-frame (1) and P-frame (0) */