mirror of https://github.com/FFmpeg/FFmpeg.git
The generic code ensures that only codecs with the FF_CODEC_CAP_AUTO_THREADS internal cap ever have to handle the case avctx->thread_count == 0 themselves; moreover, it is also ensured generically that only codecs that support some form of threading have thread_count set to something else than one. So these checks are unnecessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/383/head
parent
4d39a4db68
commit
be736e4237
1 changed files with 0 additions and 18 deletions
Loading…
Reference in new issue