[FFmpeg-devel] [PATCH 7/7] doc/encoders: Fix libkvazaar documentation

Arttu Ylä-Outinen arttu.yla-outinen at tut.fi
Mon Sep 28 15:37:28 CEST 2015


On 2015-09-28 15:12, Carl Eugen Hoyos wrote:
> Arttu Ylä-Outinen <arttu.yla-outinen <at> tut.fi> writes:
>
>> Removes the -threads option from libkvazaar documentation
>> since it does not work with libkvazaar.
> Why?
> (Is this something that has to be fixed in FFmpeg?)

The -threads option is ignored and the thread_count field of the 
AVCodecContext is always set to one because libkvazaar does not have any 
of the codec capabilities AV_CODEC_CAP_{FRAME,SLICE,AUTO}_THREADS.

>> -    cfg->threads = avctx->thread_count;
> Please clarify in the description that the patch is not
> documentation (-only).

I'll fix the description.

- Arttu


More information about the ffmpeg-devel mailing list