]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
recorder: Increase the budget enough to reject the contract
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 22 May 2010 00:37:13 +0000 (02:37 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 22 May 2010 00:37:13 +0000 (02:37 +0200)
src/recorder/ffmpeg.c

index 5e3a594554a21266c6d77869b65cf8f2e7e42a19..27b5bc047ee744685a1979257c9bff2a2da5713d 100644 (file)
@@ -1632,7 +1632,7 @@ print_timing(void)
                        frsh_contract_get_basic_params(&last_rtp_contract,
                                                       &budget, &period, &workload, &contract_type);
                        frsh_network_budget_to_bytes(FRSH_NETPF_FWP, &budget, &bytes);
-                       frsh_network_bytes_to_budget(FRSH_NETPF_FWP, 10*bytes, &budget);
+                       frsh_network_bytes_to_budget(FRSH_NETPF_FWP, 100*bytes, &budget);
                                        
                        frsh_contract_set_basic_params(&last_rtp_contract,
                                                       &budget, &period, workload, contract_type);