diff mbox

[FFmpeg-devel] doc/filters: move reference to framesync options from lut3d to haldclut

Message ID 20190531210759.20734-1-cus@passwd.hu
State Accepted
Commit 415886588fad089895b60027ac08c8aa1a2431aa
Headers show

Commit Message

Marton Balint May 31, 2019, 9:07 p.m. UTC
Signed-off-by: Marton Balint <cus@passwd.hu>
---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Paul B Mahol June 1, 2019, 7:26 a.m. UTC | #1
ok

On 5/31/19, Marton Balint <cus@passwd.hu> wrote:
> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
>  doc/filters.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 4fdcfe919e..e2cbc373d2 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -10844,6 +10844,8 @@ Default is @code{1}.
>  @code{haldclut} also has the same interpolation options as @ref{lut3d}
> (both
>  filters share the same internals).
>
> +This filter also supports the @ref{framesync} options.
> +
>  More information about the Hald CLUT can be found on Eskil Steenberg's
> website
>  (Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}.
>
> @@ -11929,8 +11931,6 @@ Interpolate values using a tetrahedron.
>  @end table
>  @end table
>
> -This filter also supports the @ref{framesync} options.
> -
>  @section lumakey
>
>  Turn certain luma values into transparency.
> --
> 2.16.4
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Marton Balint June 1, 2019, 5:59 p.m. UTC | #2
On Sat, 1 Jun 2019, Paul B Mahol wrote:

> ok

Thanks, applied.

Regards,
Marton

>
> On 5/31/19, Marton Balint <cus@passwd.hu> wrote:
>> Signed-off-by: Marton Balint <cus@passwd.hu>
>> ---
>>  doc/filters.texi | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index 4fdcfe919e..e2cbc373d2 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -10844,6 +10844,8 @@ Default is @code{1}.
>>  @code{haldclut} also has the same interpolation options as @ref{lut3d}
>> (both
>>  filters share the same internals).
>>
>> +This filter also supports the @ref{framesync} options.
>> +
>>  More information about the Hald CLUT can be found on Eskil Steenberg's
>> website
>>  (Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}.
>>
>> @@ -11929,8 +11931,6 @@ Interpolate values using a tetrahedron.
>>  @end table
>>  @end table
>>
>> -This filter also supports the @ref{framesync} options.
>> -
>>  @section lumakey
>>
>>  Turn certain luma values into transparency.
>> --
>> 2.16.4
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 4fdcfe919e..e2cbc373d2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10844,6 +10844,8 @@  Default is @code{1}.
 @code{haldclut} also has the same interpolation options as @ref{lut3d} (both
 filters share the same internals).
 
+This filter also supports the @ref{framesync} options.
+
 More information about the Hald CLUT can be found on Eskil Steenberg's website
 (Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}.
 
@@ -11929,8 +11931,6 @@  Interpolate values using a tetrahedron.
 @end table
 @end table
 
-This filter also supports the @ref{framesync} options.
-
 @section lumakey
 
 Turn certain luma values into transparency.