From: Zhao Zhili <zhiliz...@tencent.com> --- 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 }, }; -- 2.46.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".