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

Diff of /trunk/xvidcore/src/image/colorspace.c

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

revision 1988, Wed May 18 09:10:05 2011 UTC revision 2177, Sun Nov 3 11:50:49 2019 UTC
# Line 102  Line 102 
102          int y_dif = y_stride - fixed_width;                             \          int y_dif = y_stride - fixed_width;                             \
103          int uv_dif = uv_stride - (fixed_width / 2);             \          int uv_dif = uv_stride - (fixed_width / 2);             \
104          int x, y;                                                                               \          int x, y;                                                                               \
105            if ((x_ptr == NULL) || (x_dif < 0)) return;             \
106          if (vflip) {                                                            \          if (vflip) {                                                            \
107                  x_ptr += (height - 1) * x_stride;                       \                  x_ptr += (height - 1) * x_stride;                       \
108                  x_dif = -(SIZE)*fixed_width - x_stride;         \                  x_dif = -(SIZE)*fixed_width - x_stride;         \

Legend:
Removed from v.1988  
changed lines
  Added in v.2177

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