diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-09-19 08:53:03 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-01 11:52:29 -0500 |
commit | aba5b94859ef1cb8f517dc64bce86a3021316ae8 (patch) | |
tree | 122b748f9da3eab30bd402ba069c6cff57d352b3 /libavformat | |
parent | 19d57ca62e7134cb3cd5e937443501c417ceb79a (diff) | |
download | ffmpeg-aba5b94859ef1cb8f517dc64bce86a3021316ae8.tar.gz |
Add Apple Pixlet decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 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 }, }; |