summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/video/kitvideo.h
blob: 5a5624f59bea1a3d17aba4af9ce9e8eca25e49f8 (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_GetVideoDecoderData(Kit_Decoder *dec, SDL_Texture *texture);

#endif // KITVIDEO_H