[FFmpeg-devel] [PATCH 2/3] libavcodec: Correct typo in mov_text encoder class name.

facefunk facefunk at fcfnk.com
Mon Jul 18 19:08:32 EEST 2022


Signed-off-by: facefunk <facefunk at fcfnk.com>
---
 libavcodec/movtextenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c
index d2550585e8..6f54e2a64c 100644
--- a/libavcodec/movtextenc.c
+++ b/libavcodec/movtextenc.c
@@ -732,7 +732,7 @@ static const AVOption options[] = {
 };
 
 static const AVClass mov_text_encoder_class = {
-    .class_name = "MOV text enoder",
+    .class_name = "MOV text encoder",
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,
-- 
2.25.1



More information about the ffmpeg-devel mailing list