summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/utils/kithelpers.h
blob: e4c163c9c9805ae5b38607b24a607b98e0aeb4fa (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(const AVStream *stream);

#endif // KITHELPERS_H