]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
recorder: Decrease CPU budget
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 21 May 2010 23:45:38 +0000 (01:45 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 21 May 2010 23:46:34 +0000 (01:46 +0200)
src/recorder/ffmpeg.c

index 016ba6500ad93424d923579545098cd86f182667..d5b0c7f2d9793be5fd38e4b852e6b39ae248fd1f 100644 (file)
@@ -4055,7 +4055,7 @@ int frsh_stuff()
     int ret;
 
     cpu_budget = fosa_msec_to_rel_time(5);
-    cpu_period = fosa_msec_to_rel_time(1000/50);
+    cpu_period = fosa_msec_to_rel_time(1000/30);
 
 #if 1
 #define DISK_THROUGHPUT 20277LLU /* units??? probably MB/s */