diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2021-03-15 14:07:27 +0100 |
---|---|---|
committer | Tobias Rapp <t.rapp@noa-archive.com> | 2021-03-16 08:40:30 +0100 |
commit | b60fe9508f5cf2adec82b0411c313c5638f33cc5 (patch) | |
tree | 03985c16c3923901d331a63aca7b4381c5a63c5a | |
parent | 5282147d0c92ac821e85b93e2db6704f4720e0c1 (diff) | |
download | ffmpeg-b60fe9508f5cf2adec82b0411c313c5638f33cc5.tar.gz |
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
2f96190732d15510ba29471fa45d66841c0c3df1.
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
-rw-r--r-- | doc/encoders.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index c9c8785afb..a92eb0eb2f 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -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 |