summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/writer.h')
-rw-r--r--src/lib/writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h
index 71e04df96..459bc5a88 100644
--- a/src/lib/writer.h
+++ b/src/lib/writer.h
@@ -70,7 +70,7 @@ public:
} type;
/** encoded data for FULL */
- boost::optional<dcp::Data> encoded;
+ boost::shared_ptr<const dcp::Data> encoded;
/** size of data for FAKE */
int size;
/** reel index */
@@ -105,7 +105,7 @@ public:
bool can_fake_write (Frame) const;
- void write (dcp::Data, Frame, Eyes);
+ void write (boost::shared_ptr<const dcp::Data>, Frame, Eyes);
void fake_write (Frame, Eyes);
bool can_repeat (Frame) const;
void repeat (Frame, Eyes);