]> rtime.felk.cvut.cz Git - frescor/streamer.git/commitdiff
Change default frame rate to 30 fps
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 May 2010 15:16:55 +0000 (17:16 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 May 2010 15:16:55 +0000 (17:16 +0200)
streamer.c

index ab74cb9ba31aea73f08ea1b760a4155ff2b11ad0..c34f01760bcacd6484ae6b919807b63baa7e21e8 100644 (file)
@@ -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;