mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-19 21:40:00 +01:00
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user