From 2d7966aee158682d3112c0f293254a96ef26950c Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Mon, 24 Feb 2025 21:51:46 +0800 Subject: [PATCH] avformat/isom_tags: Add tag for AVS3 Signed-off-by: Zhao Zhili --- 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 }, };