[FFmpeg-cvslog] avcodec: Fix a typo.

Carl Eugen Hoyos git at videolan.org
Sun Feb 14 16:14:32 CET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Feb 14 16:14:08 2016 +0100| [4c44972f992908917f1030124ea1aba608850f13] | committer: Carl Eugen Hoyos

avcodec: Fix a typo.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c44972f992908917f1030124ea1aba608850f13
---

 libavcodec/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 53c0c22..f532824 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) {



More information about the ffmpeg-cvslog mailing list