swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and mov.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2019 20:42:31 +0000 (21:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2019 20:42:31 +0000 (21:42 +0100)
src/lib/util.h

index b95a0af58498a01632f214a1a1814753735865eb..f5218653dafb05e106e11546da72c14ad79ac825 100644 (file)
@@ -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;