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 9EFC447853 for ; Sun, 26 Nov 2023 01:30:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0206468CF81; Sun, 26 Nov 2023 03:29:42 +0200 (EET) Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CF6B668CF5F for ; Sun, 26 Nov 2023 03:29:30 +0200 (EET) Received: by mail-oi1-f180.google.com with SMTP id 5614622812f47-3b2e4107f47so2054391b6e.2 for ; Sat, 25 Nov 2023 17:29:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700962168; x=1701566968; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=dIpUEYVpxJGu2WOLN+FrBIZ6XDKe7CCN/1Gf9kosozo=; b=lL9O2GtbeIbNtgVIgqpw9PLTNLak0OCjiIAGqUef6KX8+b2pweCarlEbSdo21R86Sr fZDBC9M9WvJ2GHqPcwea4NPN0oIVoHnVendcusyXesuMW8ixpv7pXooEJmoEqDDFQNo9 wtkf15jE7clJgCI1MaAl2s3+ziyerJKQPzi4yhDuMQckOV1AzcMppCCExwgERtlUHqgF /DbUAWxlx9CN+pHJNKhNJFOOT6B7yUEodJBtJ5J5uQqX4f1TvVPy2RPRUbM7D7E+qJ52 1Up8Tx0xSTt5VpsY5UThT6oZcwp5ze5khMYoHJhjd6I+7BsVg7Ky6KH87ovgyblf2Adc 1osA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700962168; x=1701566968; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dIpUEYVpxJGu2WOLN+FrBIZ6XDKe7CCN/1Gf9kosozo=; b=o6Id4I60d/8ao+mmGfOUUR8JWzkWkomQ8i3HkH+bZWNjwKYhcvuQDsV8VQs2QVn6Ku +57e4Il+y8oPH3iF2JErUaAVGMAB79xP0o8x8qy1R2dzDhAxqbQgBr2KfLUe1s0YrmPl l/cftdB/JCGB3MNpl+BhHH3ffcL7tGuNnHw4ro7KfaR69Ok2+SU+TrLfHGhY4QIDNIdS opnqWyIeH+EsBylNXzDQLBNExrbMh6braQS38YGXEsphFhJlKo5r9zHm2qF62CHoexb6 JfEUynkF3rgYKBEParx+KB4dyag6j6q9tt+U498llfhWhvYZhYPAxtueQh+bYw2kcoMy bztA== X-Gm-Message-State: AOJu0Yz0cBU4YpFXNRl0HZx2pXd+aE1SR7VJUvk4t1k1Pd6lLDgmXj4g cL6KmjxAFMLQDX+aGyQDFVnOrWHcDXA= X-Google-Smtp-Source: AGHT+IHV/cMLbEoiZsEjGLcPnoDedZGomkVFqLAIxB6PBdbVa+knWsp7zAjTR3hS46qn7Cex2T8orA== X-Received: by 2002:a05:6808:228b:b0:3b6:8608:72c7 with SMTP id bo11-20020a056808228b00b003b6860872c7mr9791728oib.50.1700962168759; Sat, 25 Nov 2023 17:29:28 -0800 (PST) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id g3-20020a62e303000000b0068a13b0b300sm5049519pfh.11.2023.11.25.17.29.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 25 Nov 2023 17:29:28 -0800 (PST) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sat, 25 Nov 2023 22:28:56 -0300 Message-ID: <20231126012858.40388-8-jamrial@gmail.com> X-Mailer: git-send-email 2.42.1 In-Reply-To: <20231126012858.40388-1-jamrial@gmail.com> References: <20231126012858.40388-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 7/9] avcodec/packet: add IAMF Parameters side data types 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: Signed-off-by: James Almer --- libavcodec/avpacket.c | 3 +++ libavcodec/packet.h | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c index e29725c2d2..0f8c9b77ae 100644 --- a/libavcodec/avpacket.c +++ b/libavcodec/avpacket.c @@ -301,6 +301,9 @@ const char *av_packet_side_data_name(enum AVPacketSideDataType type) case AV_PKT_DATA_DOVI_CONF: return "DOVI configuration record"; case AV_PKT_DATA_S12M_TIMECODE: return "SMPTE ST 12-1:2014 timecode"; case AV_PKT_DATA_DYNAMIC_HDR10_PLUS: return "HDR10+ Dynamic Metadata (SMPTE 2094-40)"; + case AV_PKT_DATA_IAMF_MIX_GAIN_PARAM: return "IAMF Mix Gain Parameter Data"; + case AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM: return "IAMF Demixing Info Parameter Data"; + case AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM: return "IAMF Recon Gain Info Parameter Data"; } return NULL; } diff --git a/libavcodec/packet.h b/libavcodec/packet.h index b19409b719..2c57d262c6 100644 --- a/libavcodec/packet.h +++ b/libavcodec/packet.h @@ -299,6 +299,30 @@ enum AVPacketSideDataType { */ AV_PKT_DATA_DYNAMIC_HDR10_PLUS, + /** + * IAMF Mix Gain Parameter Data associated with the audio frame. This metadata + * is in the form of the AVIAMFParamDefinition struct and contains information + * defined in sections 3.6.1 and 3.8.1 of the Immersive Audio Model and + * Formats standard. + */ + AV_PKT_DATA_IAMF_MIX_GAIN_PARAM, + + /** + * IAMF Demixing Info Parameter Data associated with the audio frame. This + * metadata is in the form of the AVIAMFParamDefinition struct and contains + * information defined in sections 3.6.1 and 3.8.2 of the Immersive Audio Model + * and Formats standard. + */ + AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM, + + /** + * IAMF Recon Gain Info Parameter Data associated with the audio frame. This + * metadata is in the form of the AVIAMFParamDefinition struct and contains + * information defined in sections 3.6.1 and 3.8.3 of the Immersive Audio Model + * and Formats standard. + */ + AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM, + /** * The number of side data types. * This is not part of the public API/ABI in the sense that it may -- 2.42.1 _______________________________________________ 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".