diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-14 16:14:08 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-14 16:14:08 +0100 |
commit | 4c44972f992908917f1030124ea1aba608850f13 (patch) | |
tree | b794eea6632d05213e2b8a1e5282d2bf2dcf767e /libavcodec | |
parent | 593bb50e062fae474880f5ab353fec9f751dc06e (diff) | |
download | ffmpeg-4c44972f992908917f1030124ea1aba608850f13.tar.gz |
avcodec: Fix a typo.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 2 |
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) { |