summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-01-30 13:10:11 +0100
committerClément Bœsch <u@pkh.me>2016-01-30 13:10:11 +0100
commit54ab90c05b9d664f899b628764dcf74997a37358 (patch)
tree641911f0a4a904ed6ced968377a07052fd5f517a /libavcodec/utils.c
parentd3d03fd55e082a2ea14381d4ccfd94d8c2a9abd4 (diff)
downloadffmpeg-streaming-54ab90c05b9d664f899b628764dcf74997a37358.zip
ffmpeg-streaming-54ab90c05b9d664f899b628764dcf74997a37358.tar.gz
lavc/utils: fix instanciate/instantiate 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 491d8ea..c103039 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1318,7 +1318,7 @@ int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *code
av_log(avctx, AV_LOG_WARNING, "Warning: not compiled with thread support, using thread emulation\n");
if (CONFIG_FRAME_THREAD_ENCODER && av_codec_is_encoder(avctx->codec)) {
- ff_unlock_avcodec(codec); //we will instanciate a few encoders thus kick the counter to prevent false detection of a problem
+ ff_unlock_avcodec(codec); //we will instantiate a few encoders thus kick the counter to prevent false detection of a problem
ret = ff_frame_thread_encoder_init(avctx, options ? *options : NULL);
ff_lock_avcodec(avctx, codec);
if (ret < 0)
OpenPOWER on IntegriCloud