diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2017-09-23 21:43:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-24 21:54:13 +0200 |
commit | 45c15b7490cfb1106ce3153e77f04988b74a9ca1 (patch) | |
tree | 96de53f5c0f144dce4c498deb0dad702d9017d90 /libavformat | |
parent | 5d31f03a0264cac24434c8108daef4ccba6d28f9 (diff) | |
download | ffmpeg-45c15b7490cfb1106ce3153e77f04988b74a9ca1.tar.gz |
libavformat : add mov dataformat tag for HapAlphaOnly and HapQAlpha
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 0ae8450469..77983c5eaa 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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') }, |