diff mbox series

[FFmpeg-devel] libavfilter: Spelling Correction in OpenVino Backend

Message ID 20210423105651.106059-1-shubhanshu.e01@gmail.com
State Accepted
Commit d98884be41284aedada73e503dc6b8a67877b6b2
Headers show
Series [FFmpeg-devel] libavfilter: Spelling Correction in OpenVino Backend | 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

Shubhanshu Saxena April 23, 2021, 10:56 a.m. UTC
Correct Spelling of the word `descibe` to `describe`
in init_model_ov

Signed-off-by: shubhanshu02 <shubhanshu.e01@gmail.com>
---
 libavfilter/dnn/dnn_backend_openvino.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guo, Yejun April 25, 2021, 1:17 a.m. UTC | #1
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> shubhanshu02
> Sent: 2021年4月23日 18:57
> To: ffmpeg-devel@ffmpeg.org
> Cc: shubhanshu02 <shubhanshu.e01@gmail.com>
> Subject: [FFmpeg-devel] [PATCH] libavfilter: Spelling Correction in OpenVino
> Backend
> 
> Correct Spelling of the word `descibe` to `describe`
> in init_model_ov
> 
> Signed-off-by: shubhanshu02 <shubhanshu.e01@gmail.com>
> ---
>  libavfilter/dnn/dnn_backend_openvino.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavfilter/dnn/dnn_backend_openvino.c
> b/libavfilter/dnn/dnn_backend_openvino.c
> index 0757727a9c..a8032fe56b 100644
> --- a/libavfilter/dnn/dnn_backend_openvino.c
> +++ b/libavfilter/dnn/dnn_backend_openvino.c
> @@ -318,7 +318,7 @@ static DNNReturnType init_model_ov(OVModel
> *ov_model, const char *input_name, co
>      }
> 
>      // all models in openvino open model zoo use BGR with range [0.0f,
> 255.0f] as input,
> -    // we don't have a AVPixelFormat to descibe it, so we'll use
> AV_PIX_FMT_BGR24 and
> +    // we don't have a AVPixelFormat to describe it, so we'll use
> AV_PIX_FMT_BGR24 and
>      // ask openvino to do the conversion internally.
>      // the current supported SR model (frame processing) is generated
> from tensorflow model,
>      // and its input is Y channel as float with range [0.0f, 1.0f], so do not
> set for this case.
> --

LGTM, we can add the file name in the commit log title since only one file 
is changed, will modify locally and push soon, thanks.
Shubhanshu Saxena April 25, 2021, 1:21 p.m. UTC | #2
Thank you

On Sun, Apr 25, 2021 at 6:47 AM Guo, Yejun <yejun.guo@intel.com> wrote:

>
>
> > -----Original Message-----
> > From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of
> > shubhanshu02
> > Sent: 2021年4月23日 18:57
> > To: ffmpeg-devel@ffmpeg.org
> > Cc: shubhanshu02 <shubhanshu.e01@gmail.com>
> > Subject: [FFmpeg-devel] [PATCH] libavfilter: Spelling Correction in
> OpenVino
> > Backend
> >
> > Correct Spelling of the word `descibe` to `describe`
> > in init_model_ov
> >
> > Signed-off-by: shubhanshu02 <shubhanshu.e01@gmail.com>
> > ---
> >  libavfilter/dnn/dnn_backend_openvino.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/dnn/dnn_backend_openvino.c
> > b/libavfilter/dnn/dnn_backend_openvino.c
> > index 0757727a9c..a8032fe56b 100644
> > --- a/libavfilter/dnn/dnn_backend_openvino.c
> > +++ b/libavfilter/dnn/dnn_backend_openvino.c
> > @@ -318,7 +318,7 @@ static DNNReturnType init_model_ov(OVModel
> > *ov_model, const char *input_name, co
> >      }
> >
> >      // all models in openvino open model zoo use BGR with range [0.0f,
> > 255.0f] as input,
> > -    // we don't have a AVPixelFormat to descibe it, so we'll use
> > AV_PIX_FMT_BGR24 and
> > +    // we don't have a AVPixelFormat to describe it, so we'll use
> > AV_PIX_FMT_BGR24 and
> >      // ask openvino to do the conversion internally.
> >      // the current supported SR model (frame processing) is generated
> > from tensorflow model,
> >      // and its input is Y channel as float with range [0.0f, 1.0f], so
> do not
> > set for this case.
> > --
>
> LGTM, we can add the file name in the commit log title since only one file
> is changed, will modify locally and push soon, thanks.
> _______________________________________________
> 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/libavfilter/dnn/dnn_backend_openvino.c b/libavfilter/dnn/dnn_backend_openvino.c
index 0757727a9c..a8032fe56b 100644
--- a/libavfilter/dnn/dnn_backend_openvino.c
+++ b/libavfilter/dnn/dnn_backend_openvino.c
@@ -318,7 +318,7 @@  static DNNReturnType init_model_ov(OVModel *ov_model, const char *input_name, co
     }
 
     // all models in openvino open model zoo use BGR with range [0.0f, 255.0f] as input,
-    // we don't have a AVPixelFormat to descibe it, so we'll use AV_PIX_FMT_BGR24 and
+    // we don't have a AVPixelFormat to describe it, so we'll use AV_PIX_FMT_BGR24 and
     // ask openvino to do the conversion internally.
     // the current supported SR model (frame processing) is generated from tensorflow model,
     // and its input is Y channel as float with range [0.0f, 1.0f], so do not set for this case.