Read subtitles from media files, fix bug in text_buffer

This commit is contained in:
2021-03-26 19:48:16 -04:00
parent f839127129
commit 32c9cb28a3
4 changed files with 7 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ typedef struct scan_args {
const char* treemap_threshold_str;
double treemap_threshold;
int max_memory_buffer;
int read_subtitles;
} scan_args_t;
scan_args_t *scan_args_create();