From 7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 25 Apr 2015 23:58:57 +0100 Subject: Hap decoder and encoder Signed-off-by: Vittorio Giovara --- libavformat/isom.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/isom.c') 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 }, }; -- cgit v1.2.3