Matt Mascarenhas
6b09247cd2
This commit adds support for configurably enabling closed captions by default. Set the "default_cc_lang" in a config file, or "cc_lang" in the [video] node of an .hmml file. Once set, videos which contain captions for this langage will be initialised with these captions enabled. New config setting: default_cc_lang New [video] node field: cc_lang |
||
---|---|---|
.. | ||
utils | ||
.gitignore | ||
README.TXT | ||
hmmlib.h |
README.TXT
This is a single-header library for parsing the HMML Format. See https://git.handmade.network/Annotation-Pushers/Annotation-System/-/wikis/hmmlspec To use: 1. #include "hmmlib.h" in any files that use the functions / data structures. 2. in **one** of your .c files, #define HMMLIB_IMPLEMENTATION before including it.