avcodec: Fix a typo.

This commit is contained in:
Carl Eugen Hoyos 2016-02-14 16:14:08 +01:00
parent 593bb50e06
commit 4c44972f99

View File

@ -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) {