[FFmpeg-cvslog] avformat/isom_tags: Add tag for AVS3
Zhao Zhili
git at videolan.org
Tue Mar 4 11:03:08 EET 2025
ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Mon Feb 24 21:51:46 2025 +0800| [2d7966aee158682d3112c0f293254a96ef26950c] | committer: Zhao Zhili
avformat/isom_tags: Add tag for AVS3
Signed-off-by: Zhao Zhili <zhilizhao at tencent.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d7966aee158682d3112c0f293254a96ef26950c
---
libavformat/isom_tags.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c
index a476efb8f1..f05762beec 100644
--- a/libavformat/isom_tags.c
+++ b/libavformat/isom_tags.c
@@ -297,6 +297,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_LCEVC, MKTAG('l', 'v', 'c', '1') }, /* LCEVC raw payload */
+ { AV_CODEC_ID_AVS3, MKTAG('a', 'v', 's', '3') },
+
{ AV_CODEC_ID_NONE, 0 },
};
More information about the ffmpeg-cvslog
mailing list