diff mbox series

[FFmpeg-devel] doc/encoders: remove text about single bit-depth libx264 support

Message ID 1615814667-26211-1-git-send-email-t.rapp@noa-archive.com
State Accepted
Commit b60fe9508f5cf2adec82b0411c313c5638f33cc5
Headers show
Series [FFmpeg-devel] doc/encoders: remove text about single bit-depth libx264 support | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Tobias Rapp March 15, 2021, 1:24 p.m. UTC
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>
---
 doc/encoders.texi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Gyan Doshi March 15, 2021, 4:19 p.m. UTC | #1
On 2021-03-15 18:54, Tobias Rapp wrote:
> 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>
> ---
>   doc/encoders.texi | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index c9c8785a..a92eb0e 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
>   

LGTM.

Gyan
Tobias Rapp March 16, 2021, 9:21 a.m. UTC | #2
On 15.03.2021 17:19, Gyan Doshi wrote:
> 
> 
> On 2021-03-15 18:54, Tobias Rapp wrote:
>> 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>
>> ---
>>   doc/encoders.texi | 4 +---
>>   1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/doc/encoders.texi b/doc/encoders.texi
>> index c9c8785a..a92eb0e 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
> 
> LGTM.
> 

Pushed, thanks for review.

Tobias
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index c9c8785a..a92eb0e 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