Hi, On 2012-01-10 13:00:08 +0000, Evgeny Yakimov wrote: > > I apologise in advance if this is not the correct way to submit > bugs/patches.
preferred way would be git diff or git format-patch formatted patches but it's not that important for such simple bugs. > I encountered a bug with libvpx in that, although the threads parameter is > forwarded using: > enccfg.g_threads = avctx->thread_count; > > and multithreading is supported by libvpx, the threading capability flag is > not set and as a result thread_count=1 is always set during " > validate_thread_parameters<http://ffmpeg.org/doxygen/trunk/pthread_8c.html#e405eb489c19e417b70fcd334562f699>" > function. > > I've added the CODEC_CAP_AUTO_THREADS to the capabilities list and it > appears to be working now: Yes, that is all needed. Thanks for noticing. The same commit broke thread count for otherexternel codecs too. I'll fix them all. Janne _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
