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 C893048453 for ; Sun, 2 Jun 2024 15:12:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B793568D615; Sun, 2 Jun 2024 18:12:22 +0300 (EEST) Received: from smtp1.dnsmadeeasy.com (smtp1.dnsmadeeasy.com [208.94.147.128]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 97BED68D2A4 for ; Sun, 2 Jun 2024 18:12:15 +0300 (EEST) Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 115682F802C1; Sun, 2 Jun 2024 15:12:13 +0000 (UTC) X-Authenticated-Name: nate@nmssoftware.com Received: from stor01 (unknown [129.224.199.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.dnsmadeeasy.com (Postfix) with ESMTPSA; Sun, 2 Jun 2024 15:12:12 +0000 (UTC) Received: from marcus.forced.laptop (unknown [192.168.26.125]) by stor01 (Postfix) with ESMTP id 149571E8B87; Sun, 2 Jun 2024 10:12:12 -0500 (CDT) From: Marcus B Spencer To: ffmpeg-devel@ffmpeg.org Date: Sun, 2 Jun 2024 10:12:04 -0500 Message-ID: <20240602151204.1956-1-marcus@marcusspencer.xyz> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v5] 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 Cc: Marcus B Spencer 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: Codec IDs have split from `avcodec.h` into `codec_id.h` after commit c6978418b836180c349aea3512f0a96227ecfc9b. General documentation contents (which are now in `general_contents.texi`) have split from the header in `general.texi` after commit 6accb7718aa4c9f5ca8f3280a1ed4e09587a627f. Update the developer documentation to match these changes. 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? -- 2.45.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".