From a884b62c9e6f23b9f4369d724e25db2f42dad28d Mon Sep 17 00:00:00 2001 From: Pierre LESPAGNOL Date: Tue, 28 May 2019 16:18:20 -0400 Subject: [PATCH] Changement du ratio de 0.5% a 5% --- libavformat/rtp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 54512c6f71..16916ff86a 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -78,8 +78,8 @@ enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type); #define RTP_VERSION 2 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */ -/* RTCP packets use 0.5% of the bandwidth */ -#define RTCP_TX_RATIO_NUM 5 +/* RTCP packets use 2.5% of the bandwidth */ +#define RTCP_TX_RATIO_NUM 25 #define RTCP_TX_RATIO_DEN 1000 /* An arbitrary id value for RTP Xiph streams - only relevant to indicate -- 2.17.1 tr>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/autogen.scm
AgeCommit message (Expand)Author
2020-04-13gnu: autogen: Disable parallel tests....* gnu/packages/autogen.scm (autogen)[arguments]: Add #:parallel-tests?. Marius Bakke
2019-02-24gnu: autogen: Update to 5.18.16....* gnu/packages/autogen.scm (autogen): Update to 5.18.16. [inputs]: Update to guile-2.2. [arguments]: Add ‘--disable-dependency-tracking’ to #:configure-flags. Re-indent. Tobias Geerinckx-Rice
2018-08-09gnu: autogen: Update to 5.18.14....* gnu/packages/autogen.scm (autogen): Update to 5.18.14. [inputs]: Move perl from native-inputs to here... [native-inputs]: ...and which from inputs to here. [arguments]: Remove unnecessary ‘/usr/bin/tr’ substitution. Tobias Geerinckx-Rice