[FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend

shubhanshu02 git at videolan.org
Sun Apr 25 04:25:20 EEST 2021


ffmpeg | branch: master | shubhanshu02 <shubhanshu.e01 at gmail.com> | Fri Apr 23 16:44:51 2021 +0530| [d98884be41284aedada73e503dc6b8a67877b6b2] | committer: Guo, Yejun

lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend

Correct Spelling of the word `descibe` to `describe`
in init_model_ov

Signed-off-by: shubhanshu02 <shubhanshu.e01 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d98884be41284aedada73e503dc6b8a67877b6b2
---

 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.



More information about the ffmpeg-cvslog mailing list