From: Michal Sojka Date: Thu, 20 May 2010 15:16:55 +0000 (+0200) Subject: Change default frame rate to 30 fps X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/streamer.git/commitdiff_plain/f7943ed2c4d33ba1fb17ae4db9222c8709f62a0e?hp=0c4ed9a95c702db3040f2015a170ece564b469ee Change default frame rate to 30 fps --- 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;