X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;fp=src%2Flib%2Fcross.h;h=f1af03346d5253ace206a45dc17b5a957e101901;hp=8c1df998b56dec3ccdfd8758fa0262a4a76f1fa4;hb=4513308f3c08579d53a0eee91b470dca3a28cbc2;hpb=85fedd82ef6f1b2330534ce91ca64c46910e8e57;ds=sidebyside diff --git a/src/lib/cross.h b/src/lib/cross.h index 8c1df998b..f1af03346 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -52,6 +52,7 @@ extern boost::filesystem::path shared_path (); extern FILE * fopen_boost (boost::filesystem::path, std::string); extern int dcpomatic_fseek (FILE *, int64_t, int); extern void start_batch_converter (boost::filesystem::path dcpomatic); +extern void start_player (boost::filesystem::path dcpomatic); extern uint64_t thread_id (); extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags);