mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
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
Block a user