summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/video/kitvideo.h
blob: 6978d9f7e50afed9519f3ffe697c285d8dd2c8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef KITVIDEO_H
#define KITVIDEO_H

#include "kitchensink/kitconfig.h"
#include "kitchensink/kitformats.h"
#include "kitchensink/kitplayer.h"
#include "kitchensink/internal/kitdecoder.h"

KIT_LOCAL Kit_Decoder* Kit_CreateVideoDecoder(const Kit_Source *src, Kit_VideoFormat *format);
KIT_LOCAL int Kit_GetVideoDecoderDataTexture(Kit_Decoder *dec, SDL_Texture *texture);

#endif // KITVIDEO_H