summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-09 23:28:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-09 23:28:41 +0100
commit31a33018f113cb7b631dd7bb4d0ed2a7de914cd8 (patch)
tree902e0305d81301d6f190750decca64f07111891a /src/lib/util.h
parente8381aef2057a72270da9dc3d40e935ac56024b0 (diff)
Fix some code duplication and crashes when decoding FFmpeg-embedded ASS subtitles along the way.
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 0b572b8ab..f6306c971 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -48,6 +48,7 @@ namespace dcp {
/** Number of films to keep in history */
#define HISTORY_SIZE 10
#define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com")
+#define TEXT_FONT_ID "font"
extern std::string program_name;