]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - output.h
Proper CPU contracts in streamer
[frescor/streamer.git] / output.h
index 98a2a2ed4d8d6e9884df7467d19c256e6c7b4748..b30f2e207c0beaf406d038d1fd3121d9929336a4 100644 (file)
--- a/output.h
+++ b/output.h
@@ -1,3 +1,10 @@
+/*
+ *  Copyright (c) 2008 Luca Abeni
+ *
+ *  This is free software; see GPL.txt
+ */
 int pkt_send(AVFormatContext *ctx, AVPacket *pkt);
-AVFormatContext *open_output_stream(const char *dst, int port, enum CodecType codec_type);
+AVFormatContext *open_output_stream(const char *dst, int port, enum CodecType codec_type, int fps);
+int close_output_stream(AVFormatContext *s);
+