First cut at J2K import.
[dcpomatic.git] / src / lib / util.h
index c06f51ca3a37ff68fdab6b7c0d7b89c298582f26..886e2a61c7e5d3087c79fc759160e3f46c8106a0 100644 (file)
@@ -63,6 +63,7 @@ extern std::string md5_digest (std::vector<boost::filesystem::path>, boost::shar
 extern void ensure_ui_thread ();
 extern std::string audio_channel_name (int);
 extern bool valid_image_file (boost::filesystem::path);
+extern bool valid_j2k_file (boost::filesystem::path);
 #ifdef DCPOMATIC_WINDOWS
 extern boost::filesystem::path mo_path ();
 #endif