From 5c0a67869dbddb924c9f5ccb4126aa06d85b9b8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2015 14:04:10 +0100 Subject: Rename EncodedData -> Data and trim it a bit. --- 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 7a0295e4c..c6cb8b9df 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -279,7 +279,7 @@ try */ int remote_backoff = 0; shared_ptr last_dcp_video; - shared_ptr last_encoded; + shared_ptr last_encoded; while (true) { @@ -300,7 +300,7 @@ try lock.unlock (); - shared_ptr encoded; + shared_ptr encoded; if (last_dcp_video && vf->same (last_dcp_video)) { /* We already have encoded data for the same input as this one, so take a short-cut */ -- cgit v1.2.3