mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 14:26:17 +00:00
avformat/isom_tags: add missing CFHD tag
This commit is contained in:
parent
40aa451154
commit
8623067e8d
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user