[x265] [PATCH 1 of 8] doc: replace 'bpp' in docs with 'bit' (do not imply pixels)

Steve Borho steve at borho.org
Tue Jun 23 05:03:52 CEST 2015


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1435021884 18000
#      Mon Jun 22 20:11:24 2015 -0500
# Node ID d5376bf40aeab3eece8504045cbc603a145788b5
# Parent  dfdf378a3968a15a1465a3aa3098e507fb4f10e5
doc: replace 'bpp' in docs with 'bit' (do not imply pixels)

diff -r dfdf378a3968 -r d5376bf40aea doc/reST/api.rst
--- a/doc/reST/api.rst	Mon Jun 22 17:44:14 2015 -0500
+++ b/doc/reST/api.rst	Mon Jun 22 20:11:24 2015 -0500
@@ -365,8 +365,8 @@
 Multi-library Interface
 =======================
 
-If your application might want to make a runtime selection between
-a number of libx265 libraries (perhaps 8bpp and 16bpp), then you will
+If your application might want to make a runtime selection between a
+number of libx265 libraries (perhaps main and main10), then you will
 want to use the multi-library interface.
 
 Instead of directly using all of the **x265_** methods documented
@@ -405,12 +405,12 @@
     Linux it is .so while on Mac it is .dylib)
 
 For example on Windows, one could package together an x265.exe
-statically linked against the 8bpp libx265 together with a
+statically linked against the 8bit libx265 together with a
 libx265_main10.dll in the same folder, and this executable would be able
 to encode main and main10 bitstreams.
 
-On Linux, x265 packagers could install 8bpp static and shared libraries
-under the name libx265 (so all applications link against 8bpp libx265)
+On Linux, x265 packagers could install 8bit static and shared libraries
+under the name libx265 (so all applications link against 8bit libx265)
 and then also install libx265_main10.so (symlinked to its numbered solib).
 Thus applications which use x265_api_get() will be able to generate main
 or main10 bitstreams.


More information about the x265-devel mailing list