[FFmpeg-devel] [PATCH v2 4/5] avutil/channel_layout: add av_channel_layout_retype()
James Almer
jamrial at gmail.com
Mon Feb 12 00:51:30 EET 2024
On 2/4/2024 4:28 PM, Marton Balint wrote:
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> doc/APIchanges | 3 ++
> libavutil/channel_layout.c | 106 +++++++++++++++++++++++++++++++++++++
> libavutil/channel_layout.h | 40 ++++++++++++++
> libavutil/version.h | 2 +-
> 4 files changed, 150 insertions(+), 1 deletion(-)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index cdb9b6a458..221fea30c2 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
>
> API changes, most recent first:
>
> +2024-02-xx - xxxxxxxxxx - lavu 58.38.100 - channel_layout.h
> + Add av_channel_layout_retype().
Can you please add tests for it in tests/channel_layout.c?
More information about the ffmpeg-devel
mailing list