cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f1eb6ddcb3
commit
d688f39dc4
13 changed files with 17 additions and 17 deletions
|
@ -334,7 +334,7 @@ static int vaapi_encode_issue(AVCodecContext *avctx,
|
|||
if (ctx->codec->init_slice_params) {
|
||||
err = ctx->codec->init_slice_params(avctx, pic, slice);
|
||||
if (err < 0) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Failed to initalise slice "
|
||||
av_log(avctx, AV_LOG_ERROR, "Failed to initialise slice "
|
||||
"parameters: %d.\n", err);
|
||||
goto fail;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue