mirror of https://git.ffmpeg.org/ffmpeg.git
doc/encoders: Remove text about single bit-depth libx264 support
In the meanwhile libx264 allows to be configured for including both 8/10 bit
support within a single library. The new libx264 interface was enabled in
2f96190732
.
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
This commit is contained in:
parent
5282147d0c
commit
b60fe9508f
|
@ -2305,9 +2305,7 @@ pixel formats as input instead of YUV.
|
|||
@subsection Supported Pixel Formats
|
||||
|
||||
x264 supports 8- to 10-bit color spaces. The exact bit depth is controlled at
|
||||
x264's configure time. FFmpeg only supports one bit depth in one particular
|
||||
build. In other words, it is not possible to build one FFmpeg with multiple
|
||||
versions of x264 with different bit depths.
|
||||
x264's configure time.
|
||||
|
||||
@subsection Options
|
||||
|
||||
|
|
Loading…
Reference in New Issue