1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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) { if (avctx->active_thread_type & FF_THREAD_FRAME) {
av_log(avctx, AV_LOG_WARNING, 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) { if (!hwa) {