diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-27 15:14:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-27 15:14:32 +0200 |
commit | 466988ab7536aeec10a79c79f38124c773a16f90 (patch) | |
tree | 1bc738cd7bf9bbcfe326ec860c9d34e923b27f1d /libavcodec/frame_thread_encoder.c | |
parent | e2a5557cbb7fbcdf38a3240112cbc452930fe8b1 (diff) | |
download | ffmpeg-466988ab7536aeec10a79c79f38124c773a16f90.tar.gz |
Fix dont and doesnt typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/frame_thread_encoder.c')
-rw-r--r-- | libavcodec/frame_thread_encoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/frame_thread_encoder.c b/libavcodec/frame_thread_encoder.c index 3ab5b91038..73801d2524 100644 --- a/libavcodec/frame_thread_encoder.c +++ b/libavcodec/frame_thread_encoder.c @@ -142,7 +142,7 @@ int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options){ if (avctx->codec_id == AV_CODEC_ID_HUFFYUV || avctx->codec_id == AV_CODEC_ID_FFVHUFF) { - // huffyuv doesnt support these with multiple frame threads currently + // huffyuv does not support these with multiple frame threads currently if (avctx->context_model > 0 || (avctx->flags & CODEC_FLAG_PASS1)) { av_log(avctx, AV_LOG_WARNING, "Forcing thread count to 1 for huffyuv encoding with first pass or context 1\n"); |