summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/utils/kithelpers.h
blob: 5b94a7a729db4434b18552ec4bc34b92c75a1f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef KITHELPERS_H
#define KITHELPERS_H

#include <stdbool.h>
#include <libavformat/avformat.h>
#include "kitchensink/kitconfig.h"

KIT_LOCAL double _GetSystemTime();
KIT_LOCAL bool attachment_is_font(AVStream *stream);

#endif // KITHELPERS_H