]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - output.h
Added closing of the FFmpeg output stream.
[frescor/streamer.git] / output.h
index 8ece7a9d1091ec41a1f32f8a5d0433725bf56fc7..d035ef810ed04cf94caf410aaec2b5212e8f9621 100644 (file)
--- a/output.h
+++ b/output.h
@@ -5,4 +5,6 @@
  */
 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);
+