[FFmpeg-cvslog] avcodec/mediacodecenc: Fix typo in VP9 option description

Zhao Zhili git at videolan.org
Mon Jun 16 09:58:48 EEST 2025


ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Fri Jun 13 19:43:33 2025 +0800| [808c6853e1d8b699ad7ffc06a2a30794c3c030fe] | committer: Zhao Zhili

avcodec/mediacodecenc: Fix typo in VP9 option description

Reviewed-by: Marth64 <marth64 at proxyid.net>
Signed-off-by: Zhao Zhili <zhilizhao at tencent.com>

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

 libavcodec/mediacodecenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mediacodecenc.c b/libavcodec/mediacodecenc.c
index c201fc3365..507c48df9c 100644
--- a/libavcodec/mediacodecenc.c
+++ b/libavcodec/mediacodecenc.c
@@ -1352,7 +1352,7 @@ static const AVOption vp9_options[] = {
                 0, AV_OPT_TYPE_CONST, { .i64 = VP9Level52 },  0, 0, VE,  .unit = "level" },
     { "6",     "Level 6",
                 0, AV_OPT_TYPE_CONST, { .i64 = VP9Level6  },  0, 0, VE,  .unit = "level" },
-    { "6.1",   "Level 4.1",
+    { "6.1",   "Level 6.1",
                 0, AV_OPT_TYPE_CONST, { .i64 = VP9Level61 },  0, 0, VE,  .unit = "level" },
     { "6.2",   "Level 6.2",
                 0, AV_OPT_TYPE_CONST, { .i64 = VP9Level62 },  0, 0, VE,  .unit = "level" },



More information about the ffmpeg-cvslog mailing list