summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-22 22:33:46 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-22 22:47:32 +0200
commit55219a78c7d04d1937384366ba911c5d75c5c1e4 (patch)
tree85efaa581ea0a51328bb8dda18727b84021b4c80 /libavformat/isom.c
parent4df3cf90bf7a54793e90304bd1b6c7599673f36a (diff)
parent7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7 (diff)
downloadffmpeg-streaming-55219a78c7d04d1937384366ba911c5d75c5c1e4.zip
ffmpeg-streaming-55219a78c7d04d1937384366ba911c5d75c5c1e4.tar.gz
Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'
* commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7': Hap decoder and encoder Conflicts: Changelog configure doc/general.texi libavcodec/allcodecs.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index c99f2dc..db9129b 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -258,6 +258,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 },
};
OpenPOWER on IntegriCloud