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

Git pushed a commit to branch master
in repository ffmpeg.

commit cac354352929816748f7fcb99ccf2e1740d7955f
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Fri Jul 24 17:51:37 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Tue Jul 28 17:39:23 2026 +0200

    avcodec/codec_desc: sync long_name with pcm-dvd.c
    
    It was outdated for a long time.
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 libavcodec/codec_desc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 299a469ce4..dcd138305e 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2124,7 +2124,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_PCM_DVD,
         .type      = AVMEDIA_TYPE_AUDIO,
         .name      = "pcm_dvd",
-        .long_name = NULL_IF_CONFIG_SMALL("PCM signed 20|24-bit big-endian"),
+        .long_name = NULL_IF_CONFIG_SMALL("PCM signed 16|20|24-bit big-endian 
for DVD-Video media"),
         .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
     },
     {

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

Reply via email to