summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-23 01:48:55 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-23 12:47:36 +0000
commit80fafad9c11e0cd8cf9d6ce17deb83be6f680f2d (patch)
treead1b5f69d9863a86ecbf2c46ae0b7916ce60be09 /src/lib/util.h
parent2f51e117cbaf36b9e0ccb02c338b316fc8e26b9a (diff)
First cut at J2K import.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index c06f51ca3..886e2a61c 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -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