From 7b1734a96b5f44bfcdf8eb6c6a131a72ba4d64c5 Mon Sep 17 00:00:00 2001 From: Alessio Bazzica Date: Wed, 5 May 2021 14:21:54 +0200 Subject: [PATCH] Audio - Mixer conceptual documentation: fix footnote NOTRY=true Bug: webrtc:12570 Change-Id: Ic413b302e0483dfc802e51d6766eb6504246405b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/217523 Reviewed-by: Artem Titov Commit-Queue: Alessio Bazzica Cr-Commit-Position: refs/heads/master@{#33934} --- modules/audio_mixer/g3doc/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/audio_mixer/g3doc/index.md b/modules/audio_mixer/g3doc/index.md index 94d6292151..285530e95a 100644 --- a/modules/audio_mixer/g3doc/index.md +++ b/modules/audio_mixer/g3doc/index.md @@ -24,10 +24,9 @@ muted state) and it is identified by an SSRC[^1]. is used to retrieve the next 10 ms chunk of audio to be mixed. [^1]: A synchronization source (SSRC) is the source of a stream of RTP packets, - -identified by a 32-bit numeric SSRC identifier carried in the RTP header so as -not to be dependent upon the network address (see -[RFC 3550](https://tools.ietf.org/html/rfc3550#section-3)). + identified by a 32-bit numeric SSRC identifier carried in the RTP header + so as not to be dependent upon the network address (see + [RFC 3550](https://tools.ietf.org/html/rfc3550#section-3)). ## AudioMixer