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

#include <SDL2/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