X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_cuvid.c;h=766878f58bc3c75a32fd8498e4915e0d7dc21009;hb=815ea8c6ccf7a1a8154a829f948d7c98120ad084;hp=bd2d97517f9555f81cf43018dbeb10b61f6368e4;hpb=adfcf16f76de675f1dd313bc64ec52f2e143732b;p=ffmpeg diff --git a/ffmpeg_cuvid.c b/ffmpeg_cuvid.c index bd2d97517f9..766878f58bc 100644 --- a/ffmpeg_cuvid.c +++ b/ffmpeg_cuvid.c @@ -129,7 +129,7 @@ int cuvid_transcode_init(OutputStream *ost) ist->hwaccel_uninit = cuvid_uninit; /* This is a bit hacky, av_hwframe_ctx_init is called by the cuvid decoder - * once it has probed the neccesary format information. But as filters/nvenc + * once it has probed the necessary format information. But as filters/nvenc * need to know the format/sw_format, set them here so they are happy. * This is fine as long as CUVID doesn't add another supported pix_fmt. */ @@ -147,7 +147,7 @@ error: cancel: if (ist->hwaccel_id == HWACCEL_CUVID) { - av_log(NULL, AV_LOG_ERROR, "CUVID hwaccel requested, but impossible to achive.\n"); + av_log(NULL, AV_LOG_ERROR, "CUVID hwaccel requested, but impossible to achieve.\n"); return AVERROR(EINVAL); }