]> rtime.felk.cvut.cz Git - frescor/streamer.git/blob - output.h
Proper CPU contracts in streamer
[frescor/streamer.git] / output.h
1 /*
2  *  Copyright (c) 2008 Luca Abeni
3  *
4  *  This is free software; see GPL.txt
5  */
6 int pkt_send(AVFormatContext *ctx, AVPacket *pkt);
7 AVFormatContext *open_output_stream(const char *dst, int port, enum CodecType codec_type, int fps);
8 int close_output_stream(AVFormatContext *s);
9
10