[FFmpeg-devel] [PATCH v2 4/5] avutil/channel_layout: add av_channel_layout_retype()
Marton Balint
cus at passwd.hu
Mon Feb 12 01:03:36 EET 2024
On Sun, 11 Feb 2024, James Almer wrote:
> 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?
Yes, will send a follow up series with tests once this series is merged.
Regards,
Marton
More information about the ffmpeg-devel
mailing list