diff mbox series

[FFmpeg-devel,1/6] doc/filters: correct http link

Message ID 1619434136-17760-1-git-send-email-lance.lmwang@gmail.com
State Accepted
Commit 113373128f7ac0770efd9a77bc09d48677c15191
Headers show
Series [FFmpeg-devel,1/6] doc/filters: correct http link | 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

Lance Wang April 26, 2021, 10:48 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 doc/filters.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Guo, Yejun April 27, 2021, 2:20 a.m. UTC | #1
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> lance.lmwang@gmail.com
> Sent: 2021年4月26日 18:49
> To: ffmpeg-devel@ffmpeg.org
> Cc: Limin Wang <lance.lmwang@gmail.com>
> Subject: [FFmpeg-devel] [PATCH 1/6] doc/filters: correct http link
> 
> From: Limin Wang <lance.lmwang@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>  doc/filters.texi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 67587d9..e99d70a 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -9886,7 +9886,7 @@ Native implementation of DNN loading and
> execution.
>  @item tensorflow
>  TensorFlow backend. To enable this backend you
>  need to install the TensorFlow for C library (see
> -@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg
> with
> +@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg
> with
>  @code{--enable-libtensorflow}
>  @end table
>  Default value is @samp{native}.
> @@ -10187,7 +10187,7 @@ Native implementation of DNN loading and
> execution.
>  @item tensorflow
>  TensorFlow backend. To enable this backend you
>  need to install the TensorFlow for C library (see
> -@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg
> with
> +@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg
> with
>  @code{--enable-libtensorflow}
> 
>  @item openvino
> @@ -18893,7 +18893,7 @@ Native implementation of DNN loading and
> execution.
>  @item tensorflow
>  TensorFlow backend. To enable this backend you
>  need to install the TensorFlow for C library (see
> -@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg
> with
> +@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg
> with
>  @code{--enable-libtensorflow}
>  @end table
> 

LGTM, will push soon, thanks.
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 67587d9..e99d70a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9886,7 +9886,7 @@  Native implementation of DNN loading and execution.
 @item tensorflow
 TensorFlow backend. To enable this backend you
 need to install the TensorFlow for C library (see
-@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg with
+@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg with
 @code{--enable-libtensorflow}
 @end table
 Default value is @samp{native}.
@@ -10187,7 +10187,7 @@  Native implementation of DNN loading and execution.
 @item tensorflow
 TensorFlow backend. To enable this backend you
 need to install the TensorFlow for C library (see
-@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg with
+@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg with
 @code{--enable-libtensorflow}
 
 @item openvino
@@ -18893,7 +18893,7 @@  Native implementation of DNN loading and execution.
 @item tensorflow
 TensorFlow backend. To enable this backend you
 need to install the TensorFlow for C library (see
-@url{https://www.tensorflow.org/install/install_c}) and configure FFmpeg with
+@url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg with
 @code{--enable-libtensorflow}
 @end table