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

Diff of /branches/dev-api-4/xvidcore/src/image/image.h

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

revision 889, Sat Feb 22 08:24:01 2003 UTC revision 890, Sat Feb 22 08:49:45 2003 UTC
# Line 72  Line 72 
72                                  uint32_t width,                                  uint32_t width,
73                                  int height,                                  int height,
74                                  uint32_t edged_width,                                  uint32_t edged_width,
75                                  uint8_t * src,                                  uint8_t * src[4],
76                                  int src_stride,                                  int src_stride[4],
77                                  int csp,                                  int csp,
78                                  int interlaced);                                  int interlaced);
79    
# Line 81  Line 81 
81                                   uint32_t width,                                   uint32_t width,
82                                   int height,                                   int height,
83                                   uint32_t edged_width,                                   uint32_t edged_width,
84                                   uint8_t * dst,                                   uint8_t * dst[4],
85                                   uint32_t dst_stride,                                   uint32_t dst_stride[4],
86                                   int csp,                                   int csp,
87                                   int interlaced);                                   int interlaced);
88    
# Line 101  Line 101 
101                                  uint32_t height);                                  uint32_t height);
102    
103  void  void
104  output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl);  output_slice(IMAGE * cur, int edged_width, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);
105    
106    
107  void  void

Legend:
Removed from v.889  
changed lines
  Added in v.890

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