Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yao, Leyu <[email protected]>
  • Loading branch information
leyu-yao authored and XinfengZhang committed Aug 17, 2023
1 parent 3c5f611 commit 98505af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode/av1encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 98505af

Please sign in to comment.