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 474F044278 for ; Sat, 3 Sep 2022 21:46:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8A03C68B67D; Sun, 4 Sep 2022 00:46:20 +0300 (EEST) Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5052868A72F for ; Sun, 4 Sep 2022 00:46:14 +0300 (EEST) Received: by mail-yb1-f174.google.com with SMTP id e126so1067144ybh.1 for ; Sat, 03 Sep 2022 14:46:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=bnBRdkNYOTO9VqQfeoe6scuu2ABq71JUN4cqk/P8te8=; b=NDG3L12ALn57PNX24NlZbLUdYGxUlCCU+QxR/DTz0oIBFxQF6t6QPC9abf/zpHE/1U s2TAIMr7qIaiW0dJYV/pN3BEwMuGCKuVwekqHSLMvKltctGWUDKtbr28Vq/u31DU2MCQ TW7z3S8tXv4xI9LJAyXwASV1BG9FAsXl2qEbT7VI7/odnplMUazz1OlRnorCu3qRWjW/ 9bAvVXuzRt0qhUuUDA96O3dzqmF+PVIoxyBZZTHzmNTeA2g5PafrS+NUw0DcyRgE1WBm pfUeI7gytM1TcELFLeAfnUW+sJGm53guEVsbPOCZQqY6ZWgFGxVf3C8BQDFHzPjNKQn9 y57A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=bnBRdkNYOTO9VqQfeoe6scuu2ABq71JUN4cqk/P8te8=; b=6YxdmMxGbBkW4SB2LydEZq8UgG9JyvBRDpFIhbr30cipmSGRaCGmU2jtAy0d2iwTJh qEsVXT1A/Q9osjdjQFYXMVupwOuaB63Fmy2GteSJwF4WBrXDdv2GPDbS9eb+k07C/C3o dsTKqcTiKlrKSv+2K6hOh6wuibM8bIJcwH3cQ8h9g/rIbt5jqMZ+EuMKko82w/YkpNcv bMEBKovbWK76QSrWkMZx4ePDW5jO6+Zkg/GSJe8D4Qw4+RV5XagBzYSxxvgaIeEYGsRs 8VhvEYIs4fiPmiaZroz1KxPWXhSIzhmB7BjiBizWsv2h4zw+XWB81y5nE1WHdbwInozy 6jOA== X-Gm-Message-State: ACgBeo3ja63/i85nFBchUFENBHfcj3JRy9kWd+PeYG6Q9UKxcCbGvUui EwoxZWnwp14k0xGe+dsQO3eweZ7ULOVUpPB1NaSomJxP X-Google-Smtp-Source: AA6agR7as6+T8GZRb8O45cupc5RDoK5e9V/7VNKWdEzBSRMbOLPx88HdRev6Nyc8qlkLms/Vmn4KVoS2JMrEJGqW6qE= X-Received: by 2002:a25:5142:0:b0:691:e8f5:e582 with SMTP id f63-20020a255142000000b00691e8f5e582mr25540079ybb.586.1662241572455; Sat, 03 Sep 2022 14:46:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Paul B Mahol Date: Sat, 3 Sep 2022 23:49:23 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 5/5] avcodec/cfhddata: Reduce stack usage 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 Cc: Andreas Rheinhardt 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: The FATE does not cover 9 (old) codebook, so make sure it is still working. _______________________________________________ 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".