Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85436 - trunk/boost/gil/extension/toolbox/image_types
From: chhenning_at_[hidden]
Date: 2013-08-23 11:29:00


Author: chhenning
Date: 2013-08-23 11:29:00 EDT (Fri, 23 Aug 2013)
New Revision: 85436
URL: http://svn.boost.org/trac/boost/changeset/85436

Log:
small bugfix when calculating v plane offset.

Text files modified:
   trunk/boost/gil/extension/toolbox/image_types/subchroma_image.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: trunk/boost/gil/extension/toolbox/image_types/subchroma_image.hpp
==============================================================================
--- trunk/boost/gil/extension/toolbox/image_types/subchroma_image.hpp Fri Aug 23 09:46:21 2013 (r85435)
+++ trunk/boost/gil/extension/toolbox/image_types/subchroma_image.hpp 2013-08-23 11:29:00 EDT (Fri, 23 Aug 2013) (r85436)
@@ -517,7 +517,6 @@
 
     unsigned char* u_base = y_base + ( y_width * y_height * y_channel_size );
     unsigned char* v_base = u_base + ( y_width / scaling_factors_t::ss_X )
- * ( y_height / scaling_factors_t::ss_Y )
                                    * u_channel_size;
 
     typedef subchroma_image< Pixel, Factors >::plane_view_t plane_view_t;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk