X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdeveloper.texi;h=b0e5216ed4eaada344721021ad27e8173378d32c;hb=0aa0bab40db3fefb1713436d1e70219a1164cd6f;hp=0a4e0150e03beaf400d98c487deb29384fb782e8;hpb=b452c8a722b7d145f0a4396d26d609aad3feeccd;p=ffmpeg diff --git a/doc/developer.texi b/doc/developer.texi index 0a4e0150e03..b0e5216ed4e 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -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 existing data structure). 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 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