> > +AVCodec ff_libsvt_hevc_encoder = {
> > + .name = "libsvt_hevc",
> > + .long_name = NULL_IF_CONFIG_SMALL("SVT-HEVC(Scalable
> Video Technology for HEVC) encoder"),
> > + .priv_data_size = sizeof(SvtContext),
> > + .type = AVMEDIA_TYPE_VIDEO,
> > + .id = AV_CODEC_ID_HEVC,
> > + .init = eb_enc_init,
> > + .encode2 = eb_encode_frame,
> > + .close = eb_enc_close,
> > + .capabilities = AV_CODEC_CAP_DELAY |
> AV_CODEC_CAP_AUTO_THREADS,
>
> The code don't support to configure thread_count, so I think you'll get the
> same result without AV_CODEC_CAP_AUTO_THREADS.
This was pointed out by Mark Thompson on patch V4.
It is a problem how comment can be well addressed and avoid to be pointed out
again and again.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".