]> rtime.felk.cvut.cz Git - frescor/streamer.git/blob - output.h
Fix silly typo
[frescor/streamer.git] / output.h
1 int pkt_send(AVFormatContext *ctx, AVPacket *pkt);
2 AVFormatContext *open_output_stream(const char *dst, int port, enum CodecType codec_type);
3