mirror of https://git.ffmpeg.org/ffmpeg.git
doc/developer: fix a nonsense statement
Adding new fields to _functions_ makes no sense, it was supposed to be structs.
This commit is contained in:
parent
f3ba1158e4
commit
836a8e116a
|
@ -425,7 +425,7 @@ number remains unchanged.
|
||||||
@subsection Adding new interfaces
|
@subsection Adding new interfaces
|
||||||
Any new public identifiers in installed headers are considered new API - this
|
Any new public identifiers in installed headers are considered new API - this
|
||||||
includes new functions, structs, macros, enum values, typedefs, new fields in
|
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.
|
guidelines when adding new APIs.
|
||||||
|
|
||||||
@subsubheading Motivation
|
@subsubheading Motivation
|
||||||
|
|
Loading…
Reference in New Issue