MAX_AUTO_THREADS   64 libavcodec/pthread.c     if (avctx->thread_count > MAX_AUTO_THREADS)
MAX_AUTO_THREADS   67 libavcodec/pthread.c                avctx->thread_count, MAX_AUTO_THREADS);
MAX_AUTO_THREADS  626 libavcodec/pthread_frame.c             thread_count = avctx->thread_count = FFMIN(nb_cpus + 1, MAX_AUTO_THREADS);
MAX_AUTO_THREADS  202 libavcodec/pthread_slice.c             thread_count = avctx->thread_count = FFMIN(nb_cpus + 1, MAX_AUTO_THREADS);