diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-04-25 23:58:57 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-22 15:23:08 +0100 |
commit | 7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7 (patch) | |
tree | 900fdfc294a8fa00470326eee3ae98fb055febeb /libavformat/isom.c | |
parent | c0b105756f61d253bdabcc2bb49453a2557e7c3b (diff) | |
download | ffmpeg-7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7.tar.gz |
Hap decoder and encoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index f8cc4b2b9e..b4001772db 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -250,6 +250,10 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') }, + { 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_NONE, 0 }, }; |