mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
Archive file support
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#define MIN_VIDEO_SIZE 1024 * 64
|
||||
#define MIN_IMAGE_SIZE 1024 * 2
|
||||
|
||||
void parse_media(const char * filepath, document_t *doc);
|
||||
void parse_media_filename(const char * filepath, document_t *doc);
|
||||
|
||||
void parse_media_vfile(struct vfile *f, document_t *doc);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user