summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-09 18:12:32 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-09 18:12:32 +0100
commit8411002d2c768dfaaa4b89cf6a2b12b3967f1f69 (patch)
tree35f43d5f12ca34868c7b64de1671ca72b38177b1 /src/util.h
parentc1798d06bb87eddfb08945893b0b9166fd097f93 (diff)
Clean up and fix subtitle parsing a bit.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 9485c450..fd0ea5e9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -48,6 +48,7 @@ extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
extern bool starts_with (std::string big, std::string little);
extern bool ends_with (std::string big, std::string little);
+extern bool empty_or_white_space (std::string s);
extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce);
extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame);