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 ss='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ci.scm
AgeCommit message (Expand)Author
2023-06-14gnu: cuirass: Use guile-fibers 1.3.1....* gnu/packages/ci.scm (cuirass)[inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3. Ludovic Courtès
2023-06-02gnu: cuirass: Update to b825967....Fixes a regression introduced with the guile-squee update in 63e5975cac15102e35032d15fcd90e43d5610fa4 (which brings non-blocking/asynchronous 'exec-query') whereby Cuirass would call 'exec-query' whereby another command was being processed. * gnu/packages/ci.scm (cuirass): Update to b825967. Ludovic Courtès
2023-05-10gnu: cuirass: Update to 4a8a4bc....Fixes <https://issues.guix.gnu.org/63389>. * gnu/packages/ci.scm (cuirass): Update to 4a8a4bc. [arguments]: Remove 'set-PATH-for-tests' and 'disable-remote-tests' phases, which are unnecessary. In 'wrap-program' phase, check for "guile-gnutls". [inputs]: Replace GUILE-FIBERS with GUILE-FIBERS-1.1 and GNUTLS with GUILE-GNUTLS. Ludovic Courtès
2023-01-26gnu: guile: Update to 3.0.9....* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.9. * gnu/packages/package-management.scm (guix-for-cuirass): Remove. * gnu/packages/ci.scm (cuirass)[inputs]: Replace 'guix-for-cuirass' with 'guix'. * gnu/packages/patches/guile-continuation-stack-leak.patch, gnu/packages/patches/guile-cross-compilation.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them. Ludovic Courtès
2022-11-21gnu: cuirass: Update to 1.1.0-13.1341725....* gnu/packages/ci.scm (cuirass): Update to 1.1.0-13.1341725. Mathieu Othacehe
2022-11-12gnu: cuirass: Update to 1.1.0-12.1fb4b0a....* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a. Mathieu Othacehe