]> rtime.felk.cvut.cz Git - frescor/demo.git/blobdiff - build/recorder/ffmpeg.c
Let BFQ do its best without any hint
[frescor/demo.git] / build / recorder / ffmpeg.c
index 291f2a93daccfce239cb45d48241f53bcf97f233..f4feb170d48e61b1e305d0c63adeaab41b6ed51e 100644 (file)
@@ -3949,7 +3949,7 @@ void *av_encode_thread(void *arg)
 
     /* bind this thread to vres */
     thread_id = fosa_thread_self();
-    PXW(frsh_thread_bind(disk_vres, thread_id));
+    /* PXW(frsh_thread_bind(disk_vres, thread_id)); */
 
     ret = av_encode(output_files, nb_output_files,
                    input_files, nb_input_files,
@@ -3978,7 +3978,7 @@ int frsh_stuff()
 /* #define DISK_THROUGHPUT 20277LLU /\* units??? probably MB/s *\/ */
 /*     disk_budget = fosa_nsec_to_rel_time(1000000000LLU/\*nsec/s*\/ * 500000 /\*bytes/s*\/ */
 /*                                     / (DISK_THROUGHPUT*1000000) /\* bytes *\/); // is this correct? */
-    disk_budget = fosa_msec_to_rel_time(2);
+    disk_budget = fosa_msec_to_rel_time(1);
     disk_period = fosa_msec_to_rel_time(1000/50);
     
     /* Contract negotiation for CPU */