From f7943ed2c4d33ba1fb17ae4db9222c8709f62a0e Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 20 May 2010 17:16:55 +0200 Subject: [PATCH] Change default frame rate to 30 fps --- streamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamer.c b/streamer.c index ab74cb9..c34f017 100644 --- a/streamer.c +++ b/streamer.c @@ -38,7 +38,7 @@ static int dport = 20000; static int width = 320; static int height = 240; static int bitrate = 1000000; -int fps = 15; +int fps = 30; static const char *impform = "video4linux2"; AVFormatContext *s, *os; -- 2.39.2