[FFmpeg-cvslog] avformat/isom: add MagicYUV FourCCs
Piotr Bandurski
git at videolan.org
Wed Jun 1 15:01:12 CEST 2016
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Jun 1 13:47:50 2016 +0200| [4c7d3e827c80627e4c77b01cc9478f4603a59b90] | committer: Paul B Mahol
avformat/isom: add MagicYUV FourCCs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c7d3e827c80627e4c77b01cc9478f4603a59b90
---
libavformat/isom.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 61ca6dd..819b684 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -269,6 +269,14 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', '3') },
{ AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', 'I') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'R', 'G') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'R', 'A') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'G', '0') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', '0') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', '2') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', '4') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', 'A') },
+
{ AV_CODEC_ID_NONE, 0 },
};
More information about the ffmpeg-cvslog
mailing list