X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=11d06cc4643c329e8626bb156f7afa202276697c;hb=e00b9850a7336b7db0aee058fe12f576db5f84a3;hp=eed6c283d8ca811ac568e7d35c27f937001fd781;hpb=362443f12f6614404fe668b309f91099e3a83d51;p=dcpomatic.git diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index eed6c283d..11d06cc46 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -55,6 +55,7 @@ public: } void set_position (DCPTime p); + void set_position (boost::shared_ptr content, ContentTime p); void set_coalesce_player_changes (bool c); void set_dcp_decode_reduction (boost::optional reduction); boost::optional dcp_decode_reduction () const;