From 98505afda65a31c13928e69297ca28acbaf2b897 Mon Sep 17 00:00:00 2001 From: "Yao, Leyu" Date: Wed, 2 Aug 2023 17:48:34 +0800 Subject: [PATCH] fix typo Signed-off-by: Yao, Leyu --- encode/av1encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode/av1encode.c b/encode/av1encode.c index 43b2138..357f878 100644 --- a/encode/av1encode.c +++ b/encode/av1encode.c @@ -921,7 +921,7 @@ static int init_va(void) free(entrypoints); if (support_encode == 0) { - printf("Can't find avaiable or request entrypoints for AV1 profiles\n"); + printf("Can't find avaiable or requested entrypoints for AV1 profiles\n"); exit(1); }