mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-23 02:44:28 +00:00
12 lines
169 B
C
12 lines
169 B
C
#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
|