[FFmpeg-devel] [PATCH] avfilter: minor spell fix

Guo, Yejun yejun.guo at intel.com
Sun Jan 19 17:31:53 EET 2025



> -----Original Message-----
> From: Alexander Strasser <eclipse7 at gmx.net>
> Sent: Sunday, January 19, 2025 11:09 PM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at ffmpeg.org>
> Cc: Guo, Yejun <yejun.guo at intel.com>
> Subject: Re: [FFmpeg-devel] [PATCH] avfilter: minor spell fix
> 
> On 2025-01-13 19:42 +0100, Leandro Santiago wrote:
> > Signed-off-by: Leandro Santiago <leandrosansilva at gmail.com>
> > ---
> >  libavfilter/dnn/dnn_backend_openvino.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavfilter/dnn/dnn_backend_openvino.c
> b/libavfilter/dnn/dnn_backend_openvino.c
> > index 2f6706dcd4..ec46e29b8a 100644
> > --- a/libavfilter/dnn/dnn_backend_openvino.c
> > +++ b/libavfilter/dnn/dnn_backend_openvino.c
> > @@ -1331,7 +1331,7 @@ static int get_output_ov(DNNModel *model,
> const char *input_name, int input_widt
> >  #endif
> >          ret = init_model_ov(ov_model, input_name, output_name ?
> &output_name : NULL, 1);
> >          if (ret != 0) {
> > -            av_log(ctx, AV_LOG_ERROR, "Failed init OpenVINO exectuable
> network or inference request\n");
> > +            av_log(ctx, AV_LOG_ERROR, "Failed init OpenVINO executable
> network or inference request\n");
> >              return ret;
> >          }
> >      }
> > @@ -1487,7 +1487,7 @@ static int dnn_execute_model_ov(const
> DNNModel *model, DNNExecBaseParams *exec_p
> >          ret = init_model_ov(ov_model, exec_params->input_name,
> >                              exec_params->output_names, exec_params->nb_output);
> >          if (ret != 0) {
> > -            av_log(ctx, AV_LOG_ERROR, "Failed init OpenVINO exectuable
> network or inference request\n");
> > +            av_log(ctx, AV_LOG_ERROR, "Failed init OpenVINO executable
> network or inference request\n");
> >              return ret;
> >          }
> >      }
> > --
> 
> LGTM, will push it soon'ish if Guo doesn't beat me to it.
> 

LGTM, thanks, please.



More information about the ffmpeg-devel mailing list