Commit 4c44972f authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

avcodec: Fix a typo.

parent 593bb50e
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment