diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-09 18:12:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-09 18:12:32 +0100 |
| commit | 8411002d2c768dfaaa4b89cf6a2b12b3967f1f69 (patch) | |
| tree | 35f43d5f12ca34868c7b64de1671ca72b38177b1 /src/util.h | |
| parent | c1798d06bb87eddfb08945893b0b9166fd097f93 (diff) | |
Clean up and fix subtitle parsing a bit.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
