]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - output.h
Attempt to fix unexpected video delays with 30 FPS
[frescor/streamer.git] / output.h
index d035ef810ed04cf94caf410aaec2b5212e8f9621..b30f2e207c0beaf406d038d1fd3121d9929336a4 100644 (file)
--- a/output.h
+++ b/output.h
@@ -4,7 +4,7 @@
  *  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);