summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-09-19 08:53:03 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-01 11:52:29 -0500
commitaba5b94859ef1cb8f517dc64bce86a3021316ae8 (patch)
tree122b748f9da3eab30bd402ba069c6cff57d352b3 /libavformat
parent19d57ca62e7134cb3cd5e937443501c417ceb79a (diff)
Add Apple Pixlet decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/isom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 018356311f..931c438d87 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -265,6 +265,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', '4') },
{ AV_CODEC_ID_MAGICYUV, MKTAG('M', '8', 'Y', 'A') },
+ { AV_CODEC_ID_PIXLET, MKTAG('p', 'x', 'l', 't') },
+
{ AV_CODEC_ID_NONE, 0 },
};