[FFmpeg-cvslog] doc/developer: fix a nonsense statement

Anton Khirnov git at videolan.org
Tue Oct 3 17:03:21 EEST 2023


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Aug 24 09:33:26 2023 +0200| [836a8e116a06847bb6f2c79bd41ad3108fb3268e] | committer: Anton Khirnov

doc/developer: fix a nonsense statement

Adding new fields to _functions_ makes no sense, it was supposed to be
structs.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=836a8e116a06847bb6f2c79bd41ad3108fb3268e
---

 doc/developer.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index d27716ab97..df43119f98 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -425,7 +425,7 @@ number remains unchanged.
 @subsection Adding new interfaces
 Any new public identifiers in installed headers are considered new API - this
 includes new functions, structs, macros, enum values, typedefs, new fields in
-existing functions, new installed headers, etc. Consider the following
+existing structs, new installed headers, etc. Consider the following
 guidelines when adding new APIs.
 
 @subsubheading Motivation



More information about the ffmpeg-cvslog mailing list