This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 590d775a66 avcodec/codec_id: add .props to AV_CODEC_ID_APPLE_APAC
590d775a66 is described below

commit 590d775a66ff8e7f216f1cb88159ad26294f077c
Author:     Romain Beauxis <[email protected]>
AuthorDate: Wed Jun 10 08:27:26 2026 -0500
Commit:     Romain Beauxis <[email protected]>
CommitDate: Wed Jun 10 10:08:39 2026 -0500

    avcodec/codec_id: add .props to AV_CODEC_ID_APPLE_APAC
    
    Signed-off-by: Romain Beauxis <[email protected]>
---
 libavcodec/codec_desc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 011cf4a0f9..7a16d002b9 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -3580,6 +3580,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .type      = AVMEDIA_TYPE_AUDIO,
         .name      = "apple_apac",
         .long_name = NULL_IF_CONFIG_SMALL("Apple Positional Audio Codec"),
+        .props     = AV_CODEC_PROP_LOSSY,
     },
 
     /* subtitle codecs */

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to