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 \]