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

Paul B Mahol git at videolan.org
Fri Sep 29 19:43:41 EEST 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Sep 29 16:38:09 2023 +0200| [8623067e8d95ff91fe64c0e5b7d552b7b0b328b2] | committer: Paul B Mahol

avformat/isom_tags: add missing CFHD tag

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8623067e8d95ff91fe64c0e5b7d552b7b0b328b2
---

 libavformat/isom_tags.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c
index 4e0727bb45..a575b7c160 100644
--- a/libavformat/isom_tags.c
+++ b/libavformat/isom_tags.c
@@ -285,6 +285,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 },
 };
 



More information about the ffmpeg-cvslog mailing list