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 1AC2140B46 for ; Mon, 5 Sep 2022 10:22:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 534DE68B898; Mon, 5 Sep 2022 13:22:36 +0300 (EEST) Received: from mail-yw1-f174.google.com (mail-yw1-f174.google.com [209.85.128.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 99C4A68B2D8 for ; Mon, 5 Sep 2022 13:22:30 +0300 (EEST) Received: by mail-yw1-f174.google.com with SMTP id 00721157ae682-32a09b909f6so66604967b3.0 for ; Mon, 05 Sep 2022 03:22:30 -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=YB13sSPqbgJzISBPxL2/OkQwHRzhLMxCaEwXpIA1DNc=; b=da/YedMacEHJSB7GtcADBKTJBan6Dm7Oxq60CxQkR8gwY8ovTgvICQUhXeW0zwLKkC ptHjjmzHRxnF7nalj1LLT71pLJl2B6AftmWNXShiEzfZ8MjH8L5Kq+24GMB913u3r1Jl OZF2qeB3HidwgYh4gOOCjY4XO2kQLDXrcCeDEAYxVkJwvenzBKSqW9K9+cfKbjHCKXc/ Yqrs0uePssb/F4AajW4zjzHiXA0hNH3tx605cSZy6HQmdWtYPEmulF5AnIC0qP+rBLhJ V+A07FKMUXXRy6htM2IiwpvSJne9A4RR79+j19eQYHnuUA7OzrfsyuF4Rqu7pwhUwEUb sqdw== 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=YB13sSPqbgJzISBPxL2/OkQwHRzhLMxCaEwXpIA1DNc=; b=4RckZzMACd3bmSzbm0DJxyh0t2Wrr+6Fkwok5sGUE5n5gBYKPsepgZvRh/TyGq5yf6 eDNRBc1KVTQZcRj+ADPfbEwh7akd7sFee8HLwqYT+efEQ76a/2W8tsCMmnRGIcEVTx3t fkDUwNKhEUhIsOAF+Inqdr087Hwz13CAc4q83utsGDBgqhMlrq58WN3JMm+VU9R0VYsA oA2HbrLqiOwC5EHhPu9kZFW3I4HkryOBq3yWX0UqnB2BHGjXTod+B/s5MuiwwnWe1THk qd2SvElYfLesTgaRArqIkDbve/Dapf9ZXoswEq2Z/N00PFRNjPUz2N8nNiZzgqxjKKnI Rdlg== X-Gm-Message-State: ACgBeo03aVk3jeLCpknpVzSvPn6uhgDwk6MqkMupQ2PcX++iaPnt2KVt ums6pWeNxvf5jlVeut4A7KF1Jx13v8oGev47h8I= X-Google-Smtp-Source: AA6agR4QDUlSQ5JlQjv8VD3Rgd4CPK3KUW3crCNUl+wuKOBnZvQedPavNiXTz3/6cKSCOc2rXNojmvXnl0jcvepXyg0= X-Received: by 2002:a0d:eb4e:0:b0:345:11a9:637d with SMTP id u75-20020a0deb4e000000b0034511a9637dmr7364872ywe.40.1662373348865; Mon, 05 Sep 2022 03:22:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Paul B Mahol Date: Mon, 5 Sep 2022 12:25:38 +0200 Message-ID: To: Andreas Rheinhardt 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: 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: On Sat, Sep 3, 2022 at 11:56 PM Andreas Rheinhardt < andreas.rheinhardt@outlook.com> wrote: > Paul B Mahol: > > The FATE does not cover 9 (old) codebook, so make sure it is still > working. > > > > It's CRC checksum didn't change in patches 2-5. > Set LGTM. > > - Andreas > _______________________________________________ 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".