]> rtime.felk.cvut.cz Git - frescor/streamer.git/blob - input.h
Put the SDF file name in a variable...
[frescor/streamer.git] / input.h
1 AVFormatContext *open_input_stream(const char *fname, int w, int h, int fps);
2 void close_input_stream(AVFormatContext *s);
3 AVPacket *read_input_packet(AVFormatContext *s);