summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-05 21:42:31 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-05 21:42:31 +0100
commitf88fadfdac6fe5f53dc84c183fa7c9c4f0f0395f (patch)
tree97f891e27eb3abf5ffb6af120c7372785e723bb5 /src/lib
parent58cd57db37f1460a899aaf92b8c7e7564f55e50d (diff)
swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and mov.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index b95a0af58..f5218653d 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -63,10 +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.
+/* We are mis-using genre here, as only some metadata tags are written/read.
I tried the use_metadata_tags option but it didn't seem to make any difference.
*/
-#define SWAROOP_ID_TAG "episode_id"
+#define SWAROOP_ID_TAG "genre"
extern std::string program_name;
extern bool is_batch_converter;