avformat/isom_tags: add missing CFHD tag

This commit is contained in:
Paul B Mahol 2023-09-29 16:38:09 +02:00
parent 40aa451154
commit 8623067e8d

View File

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