[svn] / trunk / xvidcore / examples / xvid_decraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_decraw.c

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

revision 851, Sat Feb 15 15:22:19 2003 UTC revision 896, Sat Feb 22 21:37:50 2003 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: xvid_decraw.c,v 1.6 2003-02-15 15:22:17 edgomez Exp $   * $Id: xvid_decraw.c,v 1.8 2003-02-22 21:37:50 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 502  Line 502 
502          XVID_DEC_PARAM xparam;          XVID_DEC_PARAM xparam;
503    
504                  if(use_assembler)                  if(use_assembler)
505  #ifdef ARCH_IA64  #ifdef ARCH_IS_IA64
506                          xinit.cpu_flags = XVID_CPU_FORCE | XVID_CPU_IA64;                          xinit.cpu_flags = XVID_CPU_FORCE | XVID_CPU_IA64;
507  #else  #else
508                          xinit.cpu_flags = 0;                          xinit.cpu_flags = 0;
# Line 539  Line 539 
539          xframe.length     = istream_size;          xframe.length     = istream_size;
540                  xframe.image      = ostream;                  xframe.image      = ostream;
541          xframe.stride     = XDIM;          xframe.stride     = XDIM;
542                  xframe.colorspace = XVID_CSP_YV12;                  xframe.colorspace = XVID_CSP_I420;
543    
544                  xerr = xvid_decore(dec_handle, XVID_DEC_DECODE, &xframe, &xstats);                  xerr = xvid_decore(dec_handle, XVID_DEC_DECODE, &xframe, &xstats);
545    

Legend:
Removed from v.851  
changed lines
  Added in v.896

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