video metadata

This commit is contained in:
2019-10-31 11:54:13 -04:00
parent 784c3c9435
commit f8f1a27180
5 changed files with 53 additions and 38 deletions

View File

@@ -56,6 +56,7 @@ text_buffer_t text_buffer_create(int max_size);
void text_buffer_terminate_string(text_buffer_t *buf);
int text_buffer_append_string(text_buffer_t *buf, char * str);
int text_buffer_append_char(text_buffer_t *buf, int c);
void incremental_put(GHashTable *table, unsigned long inode_no, int mtime);