mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec: Fix a typo.
This commit is contained in:
parent
593bb50e06
commit
4c44972f99
|
@ -1017,7 +1017,7 @@ static int setup_hwaccel(AVCodecContext *avctx,
|
|||
|
||||
if (avctx->active_thread_type & FF_THREAD_FRAME) {
|
||||
av_log(avctx, AV_LOG_WARNING,
|
||||
"Hardware accelerated decoding with frame threading is known to be unstable and its use is discourage.\n");
|
||||
"Hardware accelerated decoding with frame threading is known to be unstable and its use is discouraged.\n");
|
||||
}
|
||||
|
||||
if (!hwa) {
|
||||
|
|
Loading…
Reference in New Issue