Commit 45c15b74 authored by Martin Vignali's avatar Martin Vignali Committed by Michael Niedermayer

libavformat : add mov dataformat tag for HapAlphaOnly and HapQAlpha

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5d31f03a
......@@ -274,6 +274,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', '1') },
{ AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', '5') },
{ AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', 'Y') },
{ AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', 'A') },
{ AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', 'M') },
{ AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', '3') },
{ AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', 'I') },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment