mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
doc/developer: update outdated information
Codec IDs have split from `avcodec.h` into `codec_id.h` after commitc6978418b8
. General documentation contents (which are now in `general_contents.texi`) have split from the header in `general.texi` after commit6accb7718a
. Update the developer documentation to match these changes. Signed-off-by: Marcus B Spencer <marcus@marcusspencer.xyz>
This commit is contained in:
parent
4d59d58ea6
commit
26084887b0
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user