]> rtime.felk.cvut.cz Git - frescor/streamer.git/blob - output.h
License
[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);
8