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 191894A59D for ; Sun, 2 Jun 2024 11:58:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D864868D61F; Sun, 2 Jun 2024 14:58:38 +0300 (EEST) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EE83968D466 for ; Sun, 2 Jun 2024 14:58:32 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Vsb3T6dwxz9sbw for ; Sun, 2 Jun 2024 13:58:29 +0200 (CEST) Message-ID: Date: Sun, 2 Jun 2024 17:28:24 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20240602081202.96768-1-marcus@marcusspencer.xyz> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20240602081202.96768-1-marcus@marcusspencer.xyz> Subject: Re: [FFmpeg-devel] [PATCH v4] doc/developer: update outdated information 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2024-06-02 01:42 pm, Marcus B Spencer wrote: > Codec IDs have split from `avcodec.h` into `codec_id.h`. > > General documentation contents (which are now in > `general_contents.texi`) have split from the header in `general.texi`. > > Update the developer documentation to match these changes. Mention the commits in the msg. Else, LGTM. Regards, Gyan > > Signed-off-by: Marcus B Spencer > --- > doc/developer.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/developer.texi b/doc/developer.texi > index 63835dfa06..89e8bec60f 100644 > --- a/doc/developer.texi > +++ b/doc/developer.texi > @@ -682,7 +682,7 @@ number) in @file{libavcodec/version.h} or @file{libavformat/version.h}? > Did you register it in @file{allcodecs.c} or @file{allformats.c}? > > @item > -Did you add the AVCodecID to @file{avcodec.h}? > +Did you add the AVCodecID to @file{codec_id.h}? > When adding new codec IDs, also add an entry to the codec descriptor > list in @file{libavcodec/codec_desc.c}. > > @@ -697,7 +697,7 @@ already being compiled by some other rule, like a raw demuxer. > > @item > Did you add an entry to the table of supported formats or codecs in > -@file{doc/general.texi}? > +@file{doc/general_contents.texi}? > > @item > Did you add an entry in the Changelog? _______________________________________________ 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".