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 7704B452F7 for ; Fri, 17 Feb 2023 14:51:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9E0DA68BE77; Fri, 17 Feb 2023 16:51:29 +0200 (EET) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5CEFF68B984 for ; Fri, 17 Feb 2023 16:51:22 +0200 (EET) Received: by mail-pj1-f53.google.com with SMTP id y2so1458104pjd.5 for ; Fri, 17 Feb 2023 06:51:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=8EVyqjDG9G8bJ8m+o4X5s2VD89zOfXNzhcyBpFQsggw=; b=URLtEy6v5G0J1yl2GbvrZrtcC3JQjeQHebcE1Mgj+9LrWvFIq/z1RU/p0mz3INnJgN wpp68afUqtyL7e5j7/15j0aq3X3aBo/gnF0ogwhfvnrOtrmxspbf6poIFy0h1pfemGBl sQniOddBhfojc9chtXvGn+iIwMmaBGCq1wjhVBRMlDnbHFm4a2uTGMzwLUbI1JPvYKq0 q42IRqK+gnTZxiJJ50hzPwZHiUsPA4Dygw8c4SAL380h4Q6MeQDWLE4F4Bj8DUTZUFF3 KatTGfKp8yADA/mCjZIKc5fT1OvQnRUA0DRZE270GcogFznN9+ztvv1EQIqDwBi7ujz+ gxZg== X-Gm-Message-State: AO0yUKWghIthLOaPIX/V/ITxYe7RqPoTIBJc2DaHUtVhmWzaINNZsA/L 2ZooxH3Db7ENzJzcw6XCkmjtYCrRgfDbS94LlRx3z1MAR1PbrfMo X-Google-Smtp-Source: AK7set9+ObnkBvG+818r9p6BshC3GZax5w9NBLkZCzI7ONOOn6MpUqUx/Nkv7xL5SER8Fi1J/2HZ+0otDP0p7q7Gerg= X-Received: by 2002:a17:903:26c3:b0:19a:f3f8:c31a with SMTP id jg3-20020a17090326c300b0019af3f8c31amr268808plb.10.1676645479989; Fri, 17 Feb 2023 06:51:19 -0800 (PST) MIME-Version: 1.0 References: <20230212003141.3164962-1-marth64@proxyid.net> <167663155923.1179.3003890438609314366@lain.khirnov.net> In-Reply-To: <167663155923.1179.3003890438609314366@lain.khirnov.net> From: Marth64 Date: Fri, 17 Feb 2023 08:51:09 -0600 Message-ID: To: FFmpeg development discussions and patches , Marth64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] ffprobe/eac3/mlp/dca: add detection of spatial audio extensions 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: I can do the doc update, just not sure how to do the version. Is there an example? (Or is this not something I can do). Thank you! On Fri, Feb 17, 2023 at 04:59 Anton Khirnov wrote: > Quoting Marth64 (2023-02-12 01:31:41) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > > index 755e543fac..2d3a7a4625 100644 > > --- a/libavcodec/avcodec.h > > +++ b/libavcodec/avcodec.h > > @@ -1616,12 +1616,18 @@ typedef struct AVCodecContext { > > #define FF_PROFILE_DNXHR_HQX 4 > > #define FF_PROFILE_DNXHR_444 5 > > > > -#define FF_PROFILE_DTS 20 > > -#define FF_PROFILE_DTS_ES 30 > > -#define FF_PROFILE_DTS_96_24 40 > > -#define FF_PROFILE_DTS_HD_HRA 50 > > -#define FF_PROFILE_DTS_HD_MA 60 > > -#define FF_PROFILE_DTS_EXPRESS 70 > > +#define FF_PROFILE_DTS 20 > > +#define FF_PROFILE_DTS_ES 30 > > +#define FF_PROFILE_DTS_96_24 40 > > +#define FF_PROFILE_DTS_HD_HRA 50 > > +#define FF_PROFILE_DTS_HD_MA 60 > > +#define FF_PROFILE_DTS_HD_MA_X 61 > > +#define FF_PROFILE_DTS_HD_MA_X_IMAX 62 > > +#define FF_PROFILE_DTS_EXPRESS 70 > > + > > +#define FF_PROFILE_EAC3_DDP_ATMOS 30 > > + > > +#define FF_PROFILE_TRUEHD_ATMOS 30 > > This is new public API and so needs a minor version bump and an entry in > doc/APIchanges > > -- > Anton Khirnov > _______________________________________________ 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".