diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-22 18:31:14 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-22 18:37:15 +0200 |
commit | 904ab5365cf4881eae1e5cac980f3c4f252b69cd (patch) | |
tree | dc7e2e45cd6d1b44bad9a4e9a10039c90270e1f6 /libavformat/isom.c | |
parent | 519bd469d01af1727f943e5b73c964c94f29ccd0 (diff) | |
download | ffmpeg-904ab5365cf4881eae1e5cac980f3c4f252b69cd.tar.gz |
avcodec/magicyuv: add support for recently added new format
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 209bbac5d1..019175d814 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -290,6 +290,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'R', '0') }, { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'R', 'A') }, { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'R', 'G') }, + { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'Y', '0') }, { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'Y', '2') }, { AV_CODEC_ID_MAGICYUV, MKTAG('M', '0', 'Y', '4') }, { AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'R', 'G') }, |