From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 2CF0D40A54 for ; Mon, 4 Jul 2022 14:14:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B390968B8A6; Mon, 4 Jul 2022 17:14:27 +0300 (EEST) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 679CA68B863 for ; Mon, 4 Jul 2022 17:14:21 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id C135C9C033B for ; Mon, 4 Jul 2022 10:14:18 -0400 (EDT) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZrprOaoy7MUH; Mon, 4 Jul 2022 10:14:18 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 4B9BE9C034D; Mon, 4 Jul 2022 10:14:18 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 4B9BE9C034D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1656944058; bh=4W84JmpKbDdZtOc6Vkx6y8oke+KqZjCFuI7rxtrN6eQ=; h=From:To:Date:Message-Id:MIME-Version; b=jnBX8mEiiQXNnlr5pRcioszKJkIr09CRkM6ZTkt7ImMvJ85rNewFH2PiWnXWaBxu8 UeuOW1hZ57Z0OWyAwTeIszca2DvTkIFDdBGhgZwodWfSp/bHiC5cA/BBmd4tCpYGWt Zo8Nb8FgqfJdLghC7F/Px4sgDr+tUFMt2LgXT1TZ/WiIIsTUfHKAhMsO794dg3KobT rjRpyeHg08rBvkCX2uuQPVa+i5X4jW0a+Cz1UllXlX/qOxVV+SR0epiW9VU6CVdCGW A3TdUVGZf/otw7p6wDsjxzywsH5akTyOJppPRyHtzDSEyE8A2F7xs3Huny+o5JRY4Z ffjWJbx+rX9MA== X-Virus-Scanned: amavisd-new at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id H66QkjWK66V8; Mon, 4 Jul 2022 10:14:18 -0400 (EDT) Received: from T14-AMD.biamp.com (lfbn-ren-1-676-174.w81-53.abo.wanadoo.fr [81.53.245.174]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id C17FA9C033B; Mon, 4 Jul 2022 10:14:17 -0400 (EDT) From: Philip-Dylan Gleonec To: ffmpeg-devel@ffmpeg.org Date: Mon, 4 Jul 2022 16:13:38 +0200 Message-Id: <20220704141340.493931-1-philip-dylan.gleonec@savoirfairelinux.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220617162150.GW396728@pb2> References: <20220617162150.GW396728@pb2> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] avcodec/libopusdec: Enable FEC/PLC X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hello, Please find attached a new version of the patchset, with the required corrections. I also added the following changes: - remove use of avc->channels (deprecated) in favor of avc->ch_layout - rebase on master The patches have been tested against FATE, and validated in use on a rtp stream with packet loss inserted by `tc`, with up to 50% packet loss. I'll keep pinging, I wasn't sure what the etiquette was :) Thanks for yout time. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".