X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=doc%2FreST%2Fapi.rst;h=f15212d13ebbfc1325ade77cbef115c38733e836;hp=214881a75fbd8b0aff9b9ef75a8864e620569f55;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/doc/reST/api.rst b/doc/reST/api.rst index 214881a..f15212d 100644 --- a/doc/reST/api.rst +++ b/doc/reST/api.rst @@ -32,6 +32,12 @@ library was compiled (it will contain a value of 8 or 10). Further, x265 which was compiled, and **x265_build_info_str** is a pointer to a string identifying the compiler and build options. +.. Note:: + + **x265_version_str** is only updated when **cmake** runs. If you are + making binaries for others to use, it is recommended to run + **cmake** prior to **make** in your build scripts. + x265 will accept input pixels of any depth between 8 and 16 bits regardless of the depth of its internal pixels (8 or 10). It will shift and mask input pixels as required to reach the internal depth. If