From 4c44972f992908917f1030124ea1aba608850f13 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 14 Feb 2016 16:14:08 +0100 Subject: [PATCH] avcodec: Fix a typo. --- libavcodec/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 53c0c2281f..f532824f45 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -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) {