aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus B Spencer <marcus@marcusspencer.xyz>2024-06-02 10:12:04 -0500
committerStefano Sabatini <stefasab@gmail.com>2024-06-03 10:58:31 +0200
commit26084887b00e6cc17722219bbf9a74415c8f73e2 (patch)
tree074598c514ce1ee683286288c30e57736486ebbd /doc
parent4d59d58ea68ad0b08cb2d4cc4d1b16c3a45a66c9 (diff)
downloadffmpeg-26084887b00e6cc17722219bbf9a74415c8f73e2.tar.gz
doc/developer: update outdated information
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 <marcus@marcusspencer.xyz>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi4
1 files 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?