diff options
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 8fd668b00..4c7714192 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -60,6 +60,8 @@ public: bool same (boost::shared_ptr<const DCPVideo> other) const; + static boost::shared_ptr<dcp::OpenJPEGImage> convert_to_xyz (boost::shared_ptr<const PlayerVideo> frame, dcp::NoteHandler note); + private: void add_metadata (xmlpp::Element *) const; |
