From 6fe3ed8dad6a66378d7d5d66f64a7e6f61a47e47 Mon Sep 17 00:00:00 2001 From: Alex Baines Date: Sun, 31 Dec 2017 15:10:40 +0000 Subject: [PATCH] add template + medium to metadata --- hmmlib/hmmlib.h | 4 ++++ hmmlib/hmmlib.l | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hmmlib/hmmlib.h b/hmmlib/hmmlib.h index 13c2d81..57b385d 100644 --- a/hmmlib/hmmlib.h +++ b/hmmlib/hmmlib.h @@ -24,6 +24,10 @@ typedef struct { char** annotators; size_t annotator_count; + + char* template; + char* medium; + } HMML_VideoMetaData; typedef struct { diff --git a/hmmlib/hmmlib.l b/hmmlib/hmmlib.l index c22f7fc..d1bfd0c 100644 --- a/hmmlib/hmmlib.l +++ b/hmmlib/hmmlib.l @@ -5,7 +5,7 @@ #include "stb_sb.h" #include "hmmlib.h" - const struct HMML_Version hmml_version = { 0, 1, 0 }; + const struct HMML_Version hmml_version = { 0, 2, 0 }; typedef struct { int line; @@ -119,6 +119,8 @@ RB \]