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

#include <SDL_render.h>

#include "kitchensink/kitconfig.h"
#include "kitchensink/kitsource.h"
#include "kitchensink/internal/kitdecoder.h"

KIT_LOCAL Kit_Decoder* Kit_CreateVideoDecoder(const Kit_Source *src, int stream_index);
KIT_LOCAL int Kit_GetVideoDecoderData(Kit_Decoder *dec, SDL_Texture *texture);

#endif // KITVIDEO_H