diff mbox series

[FFmpeg-devel,5/5] Changelog: Add LC3/LC3plus decoding/encoding support

Message ID 20240326164739.153011-5-asoulier@google.com
State New
Headers show
Series [FFmpeg-devel,1/5] configure: Add option for enabling LC3/LC3plus wrapper | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 fail Make failed
andriy/make_x86 fail Make failed

Commit Message

Antoine Soulier March 26, 2024, 4:47 p.m. UTC
Signed-off-by: Antoine Soulier <asoulier@google.com>
Signed-off-by: Antoine SOULIER <asoulier@google.com>
---
 Changelog | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Sabatini March 26, 2024, 6:01 p.m. UTC | #1
On date Tuesday 2024-03-26 16:47:39 +0000, ffmpeg-devel Mailing List wrote:
> Signed-off-by: Antoine Soulier <asoulier@google.com>
> Signed-off-by: Antoine SOULIER <asoulier@google.com>
> ---
>  Changelog | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Changelog b/Changelog
> index c6e8f6bcaf..fb08ee2f81 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release,
>  releases are sorted from youngest to oldest.
>  
>  version <next>:
> +- LC3/LC3plus decoding/encoding using external library liblc3
>  - DXV DXT1 encoder
>  - LEAD MCMP decoder
>  - EVC decoding using external library libxevd

new entries to the bottom, also this is not rebased on top of mainline
diff mbox series

Patch

diff --git a/Changelog b/Changelog
index c6e8f6bcaf..fb08ee2f81 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@  Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
 version <next>:
+- LC3/LC3plus decoding/encoding using external library liblc3
 - DXV DXT1 encoder
 - LEAD MCMP decoder
 - EVC decoding using external library libxevd