[FFmpeg-devel] [PATCH v3] Add avpriv_slicethread_create2() and avpriv_slicethread_execute2(), make execute() and execute2() return FFMIN() of thread return codes
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Sep 26 16:50:41 EEST 2022
Tomas Härdin:
> diff --git a/doc/APIchanges b/doc/APIchanges
> index b0a41c9e37..240e549a2f 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -14,6 +14,10 @@ libavutil: 2021-04-27
>
> API changes, most recent first:
>
> +2022-09-26 - xxxxxxxxxx - lavu 57.38.100 - slicethread.h
> + Deprecate avpriv_slicethread_create() and avpriv_slicethread_execute().
> + Add avpriv_slicethread_create2() and avpriv_slicethread_execute2().
> +
This is not public API and therefore no entry in APIchanges is necessary
or warranted.
> 2022-09-26 - xxxxxxxxxx - lavc 59.48.100 - avcodec.h
> Deprecate avcodec_enum_to_chroma_pos() and avcodec_chroma_pos_to_enum().
> Use av_chroma_location_enum_to_pos() or av_chroma_location_pos_to_enum()
More information about the ffmpeg-devel
mailing list