Remove all use of stringstream in an attempt to fix
[dcpomatic.git] / src / lib / encoder.cc
index 0c41d8d806a8ec9bf627a54b2ac579315edab074..364d29fbed589228c60b9d304984914e944c1646 100644 (file)
@@ -304,7 +304,7 @@ try
 
                LOG_TIMING ("encoder-wake thread=%1 queue=%2", boost::this_thread::get_id(), _queue.size());
                shared_ptr<DCPVideo> vf = _queue.front ();
-               LOG_TIMING ("encoder-pop thread=%1 frame=%2 eyes=%3", boost::this_thread::get_id(), vf->index(), vf->eyes ());
+               LOG_TIMING ("encoder-pop thread=%1 frame=%2 eyes=%3", boost::this_thread::get_id(), vf->index(), (int) vf->eyes ());
                _queue.pop_front ();
 
                lock.unlock ();