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

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

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1631, Fri Sep 9 12:18:10 2005 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Image related header  -   *  - Image related header  -
5   *   *
6   *  Copyright(C) 2001-2003 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# 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.h,v 1.12 2004-03-22 22:36:23 edgomez Exp $   * $Id: image.h,v 1.15 2005-09-09 12:18:10 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 108  Line 108 
108                                   int height,                                   int height,
109                                   uint32_t edged_width,                                   uint32_t edged_width,
110                                   uint8_t * dst[4],                                   uint8_t * dst[4],
111                                   uint32_t dst_stride[4],                                   int dst_stride[4],
112                                   int csp,                                   int csp,
113                                   int interlaced);                                   int interlaced);
114    
# Line 127  Line 127 
127                                  uint32_t height);                                  uint32_t height);
128    
129  void  void
130  output_slice(IMAGE * cur, int edged_width, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);  output_slice(IMAGE * cur, int stride, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);
131    
132    
133  void  void

Legend:
Removed from v.1382  
changed lines
  Added in v.1631

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