X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/streamer.git/blobdiff_plain/38babfe9b5c67e84e79c50db7a09406b1518bb16..a2118616fc80ea0f354f004d63e24ad521692374:/streamer.c diff --git a/streamer.c b/streamer.c index 28d5b7e..7ec7f8a 100644 --- a/streamer.c +++ b/streamer.c @@ -251,7 +251,7 @@ int main(int argc, char *argv[]) return -1; } codec_open(s); - os = open_output_stream(dst, dport, CODEC_TYPE_VIDEO); + os = open_output_stream(dst, dport, CODEC_TYPE_VIDEO, fps); if (os == NULL) { fprintf(stderr, "Cannot open output stream\n");