ffmpeg | branch: master | Martin Vignali <martin.vign...@gmail.com> | Sat Sep 23 21:43:44 2017 +0200| [45c15b7490cfb1106ce3153e77f04988b74a9ca1] | committer: Michael Niedermayer
libavformat : add mov dataformat tag for HapAlphaOnly and HapQAlpha Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45c15b7490cfb1106ce3153e77f04988b74a9ca1 --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) 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') }, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog