X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fj2k_encoder.h;h=01cf0605e0c1692e113d07fc8fef59c952f840ef;hp=2180f3f6afd0625c20f436186febed35ec2e1c95;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/lib/j2k_encoder.h b/src/lib/j2k_encoder.h index 2180f3f6a..01cf0605e 100644 --- a/src/lib/j2k_encoder.h +++ b/src/lib/j2k_encoder.h @@ -63,7 +63,7 @@ public: void begin (); /** Called to pass a bit of video to be encoded as the next DCP frame */ - void encode (boost::shared_ptr pv, DCPTime time); + void encode (boost::shared_ptr pv, dcpomatic::DCPTime time); /** Called when a processing run has finished */ void end (); @@ -101,7 +101,7 @@ private: Waker _waker; boost::shared_ptr _last_player_video[EYES_COUNT]; - boost::optional _last_player_video_time; + boost::optional _last_player_video_time; boost::signals2::scoped_connection _server_found_connection; };