summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-14 16:14:08 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-14 16:14:08 +0100
commit4c44972f992908917f1030124ea1aba608850f13 (patch)
treeb794eea6632d05213e2b8a1e5282d2bf2dcf767e /libavcodec/utils.c
parent593bb50e062fae474880f5ab353fec9f751dc06e (diff)
avcodec: Fix a typo.
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
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) {