mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 07:20:45 +00:00
doc: describe micro versioning policy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0a8360c4f9
commit
f2ceb67e5b
@ -317,7 +317,8 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
|
|||||||
(e.g. addition of a function to the public API or extension of an
|
(e.g. addition of a function to the public API or extension of an
|
||||||
existing data structure).
|
existing data structure).
|
||||||
Incrementing the third component means a noteworthy binary compatible
|
Incrementing the third component means a noteworthy binary compatible
|
||||||
change (e.g. encoder bug fix that matters for the decoder).
|
change (e.g. encoder bug fix that matters for the decoder). The third
|
||||||
|
component always starts at 100 to distinguish FFmpeg from Libav.
|
||||||
@item
|
@item
|
||||||
Compiler warnings indicate potential bugs or code with bad style. If a type of
|
Compiler warnings indicate potential bugs or code with bad style. If a type of
|
||||||
warning always points to correct and clean code, that warning should
|
warning always points to correct and clean code, that warning should
|
||||||
|
Loading…
Reference in New Issue
Block a user