diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-13 16:08:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-13 16:08:33 +0100 |
| commit | 257fce15e8b4dfa112d039e7888e3ec04e523198 (patch) | |
| tree | 3afe5047010bb71aaa3851ef3b2f438509bccad3 /src/lib/util.h | |
| parent | 5de2fd90b92829cea8ab297c6fce81c582332cb7 (diff) | |
swaroop: basics of encrypted MP4 playback.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index b760f7f4b..b95a0af58 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -63,6 +63,10 @@ namespace dcp { #define CLOSED_CAPTION_LINES 3 /** Maximum line length of closed caption viewers */ #define CLOSED_CAPTION_LENGTH 30 +/* We are mis-using episode_id here, as non-iTunes metadata tags are ignored. + I tried the use_metadata_tags option but it didn't seem to make any difference. +*/ +#define SWAROOP_ID_TAG "episode_id" extern std::string program_name; extern bool is_batch_converter; |
