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 AE00D45508 for ; Thu, 2 Mar 2023 20:37:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 07DBD68AB19; Thu, 2 Mar 2023 22:37:20 +0200 (EET) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8C10A68AA1E for ; Thu, 2 Mar 2023 22:37:13 +0200 (EET) Received: by mail-wr1-f47.google.com with SMTP id bx12so317725wrb.11 for ; Thu, 02 Mar 2023 12:37:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=j463x5HXIhq4aJ0EVbo37fWLoZD3YMq2oEVDD/qriuA=; b=gPulktaqfZbtqDi7xK8dLNTZUq2w6CUH5W6ImJAFkWLLyZPS1b7mxe5heQOwmnBVBO Q1DxzMyebUumOvseCF2uCnXCIW2tUF+5oko7Ule+LCbtYXbFTUa+cIlP4xtSHbYE1J4i wU/1WS99KjPLx8c7ku8v8g6OQut1OHkPS/TPmq9q1QYdyluc+bD8w80GunxIiBy+tJ7c TWDPfx7o6p7vQ3kJ6vtA9/7v1pIUWt+ncfq6SiLsSfqaQGkTZNQ5P6LpvIlagmtchaIO DO7BZiGCSmS4G4ymQDWQzciyWqxzvSVIA9Sxil/2Kr6XGAahDS2dGXffraxbUEK1m+4G UxFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=j463x5HXIhq4aJ0EVbo37fWLoZD3YMq2oEVDD/qriuA=; b=cLIamNn+KdQHAHM3BMsqXKXIxI0y6fU+VkfU+0FKG/sr5T39o5BWORTm/iksgj7aL0 YRTyJkMKRaIiAzkSvIRhHmgJs4WcD0gdwDnJiEMqiBUOxLod8Kl9fkkxbHK9DIv6DThH X0iJMchCsUtYywgJSDgTLfNodnxP+DGGz9z6cWo8Xo1kJ/XBpJo04uOtV/H83K9NxkrO b6HsCaf/KtefCumuK4pqZkaU9lyrDyh3894uC8j3W3jdW9jAjeIEzGplInmgM2cySCph lbpkSReaLfDjL6o4yTBcQl2BFyabrJcBfUOUGMprtA6QIwnlgJtzy+mPSj7UYixtswi0 oELg== X-Gm-Message-State: AO0yUKUolNrByb2BR3onQyW95j6EyLlHClO1pZR3Y8m6uDihkvXmEKNi roxdjFZXKtNuSMM5sLVBx5qSQdboiF4= X-Google-Smtp-Source: AK7set+6jaqfj5AeJcY3kcixXoHQdJ0z/9WDeMTHbIv2yJiMsfWDVNGBChMpZFfMAno/QqjnxXjx2w== X-Received: by 2002:a5d:4801:0:b0:2c5:512c:f499 with SMTP id l1-20020a5d4801000000b002c5512cf499mr2256738wrq.27.1677789432652; Thu, 02 Mar 2023 12:37:12 -0800 (PST) Received: from [192.168.1.106] (33bf3855.skybroadband.com. [51.191.56.85]) by smtp.googlemail.com with ESMTPSA id q16-20020adfea10000000b002c559def236sm298356wrm.57.2023.03.02.12.37.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Mar 2023 12:37:12 -0800 (PST) Message-ID: <1eb8c797-d137-6046-cf83-6b7a507d1d56@gmail.com> Date: Thu, 2 Mar 2023 20:37:10 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 To: ffmpeg-devel@ffmpeg.org References: From: Derek Buitenhuis In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/2] avutil: add HDR10+ dynamic metadata serialization function 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: On 3/2/2023 8:24 PM, Leo Izen wrote: > Why not put this in avcodec/dynamic_hdr10_plus.c? You reference > put_bits.h which is in avcodec, so that can possibly be an issue, even > though it is inlined (i.e. it sends the wrong message since avutil is > supposed to not depend on avcodec). put_bits is a header-only implementation, isn't it? No dependency is introduced. Putting it in avutil was my suggested, as it is a function which takes side data as input, FWIW. - Derek _______________________________________________ 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".