X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstream_output%2Fstream_output.c;h=d200fc0e95efef118c3919f52450b326c48db9ca;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=1db9d6045b6ee1f5a8b3728bae6cc6e76405e0af;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/src/stream_output/stream_output.c b/src/stream_output/stream_output.c index 1db9d6045b..d200fc0e95 100644 --- a/src/stream_output/stream_output.c +++ b/src/stream_output/stream_output.c @@ -332,11 +332,11 @@ int sout_AccessOutWrite( sout_access_out_t *p_access, block_t *p_buffer ) if( p_input ) { stats_UpdateInteger( p_input, p_input->p->counters.p_sout_sent_packets, - 30, NULL ); + 30, NULL ); stats_UpdateInteger( p_input, p_input->p->counters.p_sout_sent_bytes, p_access->i_sent_bytes, &i_total ); stats_UpdateFloat( p_input, p_input->p->counters.p_sout_send_bitrate, - (float)i_total, NULL ); + (float)i_total, NULL ); p_access->i_sent_bytes = 0; vlc_object_release( p_input ); }