summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-21 10:18:56 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-21 10:18:56 +0000
commit85bca8926d7d6e7f01f0e1f0dd08471053874bd2 (patch)
treeedaf73ef8bb29aa3af2debad9729e55235d7026d /src/lib/util.h
parentb2a2de40b0fbba16da9f863512ed227d4a9237ad (diff)
Make "Add folder..." to accept a directory of WAV files (#942).
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 e163e1a8f..a93ca53ac 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -68,6 +68,7 @@ extern void ensure_ui_thread ();
extern std::string audio_channel_name (int);
extern std::string short_audio_channel_name (int);
extern bool valid_image_file (boost::filesystem::path);
+extern bool valid_sound_file (boost::filesystem::path);
extern bool valid_j2k_file (boost::filesystem::path);
#ifdef DCPOMATIC_WINDOWS
extern boost::filesystem::path mo_path ();