mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
Initial commit (squashed)
This commit is contained in:
11
src/parsing/media.h
Normal file
11
src/parsing/media.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SIST2_MEDIA_H
|
||||
#define SIST2_MEDIA_H
|
||||
|
||||
|
||||
#include "src/sist.h"
|
||||
|
||||
#define MIN_VIDEO_SIZE 1024 * 64
|
||||
|
||||
void parse_media(const char * filepath, document_t *doc);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user