]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - output.h
Added closing of the FFmpeg output stream.
[frescor/streamer.git] / output.h
index 98a2a2ed4d8d6e9884df7467d19c256e6c7b4748..d035ef810ed04cf94caf410aaec2b5212e8f9621 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);
+int close_output_stream(AVFormatContext *s);
+