1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avformat/isom_tags: Add tag for AVS3

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
Zhao Zhili
2025-02-24 21:51:46 +08:00
parent a053516e64
commit 2d7966aee1

View File

@ -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 },
};