From 09a9ac376db005a40a351736bcff4077f098825d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Jun 2013 01:21:21 +0100 Subject: Another try at sorting out the thorny question of timing. --- src/lib/encoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 8b2db0eb3..c3865d2c1 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -169,7 +169,7 @@ Encoder::frame_done () } void -Encoder::process_video (shared_ptr image, bool same, Time) +Encoder::process_video (shared_ptr image, bool same) { boost::mutex::scoped_lock lock (_mutex); @@ -215,7 +215,7 @@ Encoder::process_video (shared_ptr image, bool same, Time) } void -Encoder::process_audio (shared_ptr data, Time) +Encoder::process_audio (shared_ptr data) { _writer->write (data); } -- cgit v1.2.3