Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginSummarisingAdapter.cpp @ 419:55de53d7c777
Merge
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2016 12:21:23 +0000 |
parents | a13635e9c440 b7268e8bd292 |
children | 35fa4733bc5d |
comparison
equal
deleted
inserted
replaced
418:a13635e9c440 | 419:55de53d7c777 |
---|---|
639 } | 639 } |
640 | 640 |
641 void | 641 void |
642 PluginSummarisingAdapter::Impl::segment() | 642 PluginSummarisingAdapter::Impl::segment() |
643 { | 643 { |
644 SegmentBoundaries::iterator boundaryitr = m_boundaries.begin(); | |
645 | |
646 #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT | 644 #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT |
647 cerr << "segment: starting" << endl; | 645 cerr << "segment: starting" << endl; |
648 #endif | 646 #endif |
649 | 647 |
650 for (OutputAccumulatorMap::iterator i = m_accumulators.begin(); | 648 for (OutputAccumulatorMap::iterator i = m_accumulators.begin(); |