[FFmpeg-devel] [PATCH v4] doc/developer: update outdated information

Gyan Doshi ffmpeg at gyani.pro
Sun Jun 2 14:58:24 EEST 2024



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 <marcus at marcusspencer.xyz>
> ---
>   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
> - at file{doc/general.texi}?
> + at file{doc/general_contents.texi}?
>   
>   @item
>   Did you add an entry in the Changelog?



More information about the ffmpeg-devel mailing list