diff mbox series

[FFmpeg-devel,v2] doc/ffmpeg: remove reference to deprecated option

Message ID 20200608150953.3337-1-barsnick@gmx.net
State Accepted
Headers show
Series [FFmpeg-devel,v2] doc/ffmpeg: remove reference to deprecated option | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Moritz Barsnick June 8, 2020, 3:09 p.m. UTC
The "-deinterlace" was deprecated since d7edd35, over eight years
ago.

Refer to deinterlacing filters instead.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
---
 doc/ffmpeg.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.26.2

Comments

Gyan Doshi June 8, 2020, 3:19 p.m. UTC | #1
On 08-06-2020 08:39 pm, Moritz Barsnick wrote:
> The "-deinterlace" was deprecated since d7edd35, over eight years
> ago.
>
> Refer to deinterlacing filters instead.

Will apply.

Thanks,
Gyan

>
> Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
> ---
>   doc/ffmpeg.texi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 76fafdcf7e..92fb10f4f4 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -848,8 +848,8 @@ factor if negative.
>   Force interlacing support in encoder (MPEG-2 and MPEG-4 only).
>   Use this option if your input file is interlaced and you want
>   to keep the interlaced format for minimum losses.
> -The alternative is to deinterlace the input stream with
> -@option{-deinterlace}, but deinterlacing introduces losses.
> +The alternative is to deinterlace the input stream by use of a filter
> +such as @code{yadif} or @code{bwdif}, but deinterlacing introduces losses.
>   @item -psnr
>   Calculate PSNR of compressed frames.
>   @item -vstats
> --
> 2.26.2
>
> _______________________________________________
> 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 series

Patch

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 76fafdcf7e..92fb10f4f4 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -848,8 +848,8 @@  factor if negative.
 Force interlacing support in encoder (MPEG-2 and MPEG-4 only).
 Use this option if your input file is interlaced and you want
 to keep the interlaced format for minimum losses.
-The alternative is to deinterlace the input stream with
-@option{-deinterlace}, but deinterlacing introduces losses.
+The alternative is to deinterlace the input stream by use of a filter
+such as @code{yadif} or @code{bwdif}, but deinterlacing introduces losses.
 @item -psnr
 Calculate PSNR of compressed frames.
 @item -vstats