diff mbox series

[FFmpeg-devel] avformat/isom_tags: add missing CFHD tag

Message ID CAPYw7P4eLYfzV0e=-KnVq1Cn6LN=BMu7HxbNUUxQLfXRQTy+jg@mail.gmail.com
State New
Headers show
Series [FFmpeg-devel] avformat/isom_tags: add missing CFHD tag | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Paul B Mahol Sept. 29, 2023, 2:46 p.m. UTC
Attached.

Comments

Kieran Kunhya Sept. 29, 2023, 2:48 p.m. UTC | #1
On Fri, 29 Sept 2023 at 15:46, Paul B Mahol <onemda@gmail.com> wrote:

> Attached.


ok
diff mbox series

Patch

From 1e9495ecc84dd3744e9e223e5001ea847baa7fd5 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Fri, 29 Sep 2023 16:38:09 +0200
Subject: [PATCH] avformat/isom_tags: add missing CFHD tag

Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 libavformat/isom_tags.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c
index 277dd30e23..a4f9025441 100644
--- a/libavformat/isom_tags.c
+++ b/libavformat/isom_tags.c
@@ -288,6 +288,8 @@  const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_MEDIA100, MKTAG('d', 't', 'p', 'a') },
     { AV_CODEC_ID_MEDIA100, MKTAG('d', 't', 'P', 'A') },
 
+    { AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
+
     { AV_CODEC_ID_NONE, 0 },
 };
 
-- 
2.42.0